diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2004-10-20 01:32:01 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-10-20 01:32:01 -0700 |
| commit | aab94e6d90b53e823d48d6e5a388b3493535ec50 (patch) | |
| tree | 3507ed2800a23430f09c19418b6eac56823a4954 /include/linux | |
| parent | b447780d5aeb30b050297a0fa185c2f5bb4d65a4 (diff) | |
USB: fix build error in the USB core if CONFIG_PROCFS is disabled
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/proc_fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/proc_fs.h b/include/linux/proc_fs.h index c83dd15b728c..ba4c3255ccf7 100644 --- a/include/linux/proc_fs.h +++ b/include/linux/proc_fs.h @@ -193,6 +193,7 @@ static inline void proc_net_remove(const char *name) #define proc_root_driver NULL #define proc_net NULL +#define proc_bus NULL #define proc_net_fops_create(name, mode, fops) ({ (void)(mode), NULL; }) #define proc_net_create(name, mode, info) ({ (void)(mode), NULL; }) |
