diff options
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | 2011-03-09 01:44:13 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-09 22:59:33 +0300 |
commit | a015f6f49968c330b236ca2f6c2170820414f922 (patch) | |
tree | 8370664c7d17ae1d1290622fa7b302919b13f4fe /include/linux/phonet.h | |
parent | 297edb6003268c1d60da8c21eb76bf39b6428213 (diff) | |
download | linux-a015f6f49968c330b236ca2f6c2170820414f922.tar.xz |
Phonet: kill the ST-Ericsson pipe controller Kconfig
This is now a run-time choice so that a single kernel can support both
old and new generation ISI modems. Support for manually enabling the
pipe flow is removed as it did not work properly, does not fit well
with the socket API, and I am not aware of any use at the moment.
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phonet.h')
-rw-r--r-- | include/linux/phonet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/phonet.h b/include/linux/phonet.h index 32a0965da953..6fb13841db45 100644 --- a/include/linux/phonet.h +++ b/include/linux/phonet.h @@ -37,8 +37,6 @@ #define PNPIPE_ENCAP 1 #define PNPIPE_IFINDEX 2 #define PNPIPE_HANDLE 3 -#define PNPIPE_ENABLE 4 -/* unused slot */ #define PNADDR_ANY 0 #define PNADDR_BROADCAST 0xFC |