summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-09-16 19:16:59 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-09-16 19:16:59 -0300
commit5b82d4b4638b773ab91f54b0162a184438440e81 (patch)
tree4d9447a3bfedf5d69038bee52818d2cf3ade5a50 /include/linux
parent51383b5f256d882248ef279772e445c152dbb538 (diff)
o LLC: split llc into llc_core and llc2 modules
For this some more functions had to be moved around, now one doesn't have to explicitely select LLC to have access in the menu to ipx, appletalk, token ring, etc. This is not yet as good as I want it to be, but at least makes it easier for the hordes of users to select stuff, making it look more like how it was in 2.4. In the next changesets I'll fix the fact that CONFIG_TR is a bool and makes psnap, p8022 and llc_core to be built statically even tho the token ring drivers are being build as modules.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/llc.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/llc.h b/include/linux/llc.h
index 77ac5d9df544..c9085baaf74d 100644
--- a/include/linux/llc.h
+++ b/include/linux/llc.h
@@ -79,13 +79,5 @@ enum llc_sockopts {
#define LLC_SAP_DYN_TRIES 4
#define llc_ui_skb_cb(__skb) ((struct sockaddr_llc *)&((__skb)->cb[0]))
-
-#ifdef CONFIG_LLC_UI
-extern int llc_ui_init(void);
-extern void llc_ui_exit(void);
-#else
-#define llc_ui_init()
-#define llc_ui_exit()
-#endif
#endif /* __KERNEL__ */
#endif /* __LINUX_LLC_H */