summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexander Viro <viro@www.linux.org.uk>2004-03-02 19:06:29 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-03-02 19:06:29 -0800
commit00c16378c52ba4034696c7ed13a4183727241d81 (patch)
tree30e173aa67981afdef23ab7c3670dfae72ecf1ce /include
parentc17df7f9d76e141c976e3c0dd98ca8ff5c0e477c (diff)
[PATCH] parport: sysctl registration
Registration of sysctls turned into module_init().
Diffstat (limited to 'include')
-rw-r--r--include/linux/parport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/parport.h b/include/linux/parport.h
index eff925bb5da6..6301aa868e1b 100644
--- a/include/linux/parport.h
+++ b/include/linux/parport.h
@@ -538,8 +538,6 @@ extern int parport_proc_register(struct parport *pp);
extern int parport_proc_unregister(struct parport *pp);
extern int parport_device_proc_register(struct pardevice *device);
extern int parport_device_proc_unregister(struct pardevice *device);
-extern int parport_default_proc_register(void);
-extern int parport_default_proc_unregister(void);
/* If PC hardware is the only type supported, we can optimise a bit. */
#if (defined(CONFIG_PARPORT_PC) || defined(CONFIG_PARPORT_PC_MODULE)) && !(defined(CONFIG_PARPORT_ARC) || defined(CONFIG_PARPORT_ARC_MODULE)) && !(defined(CONFIG_PARPORT_AMIGA) || defined(CONFIG_PARPORT_AMIGA_MODULE)) && !(defined(CONFIG_PARPORT_MFC3) || defined(CONFIG_PARPORT_MFC3_MODULE)) && !(defined(CONFIG_PARPORT_ATARI) || defined(CONFIG_PARPORT_ATARI_MODULE)) && !(defined(CONFIG_USB_USS720) || defined(CONFIG_USB_USS720_MODULE)) && !(defined(CONFIG_PARPORT_SUNBPP) || defined(CONFIG_PARPORT_SUNBPP_MODULE)) && !defined(CONFIG_PARPORT_OTHER)