diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkiewicz@elka.pw.edu.pl> | 2004-02-21 17:56:53 -0800 |
|---|---|---|
| committer | Ben Collins <bcollins@debian.org> | 2004-02-21 17:56:53 -0800 |
| commit | 22a4bcc2abf49bf6b888baeadcbe76279f3c45c7 (patch) | |
| tree | 221952d1d67a402141de7a4b54c1ec38ce3cda82 /include | |
| parent | 5cdb4c53913fcb908c12ac2df6701d764fadd4e4 (diff) | |
[PATCH] fix /proc/ide/<hwif> for IDE PCI modules
From: Andrey Borzenkov <arvidjaar@mail.ru>
Also add dummy create_proc_ide_interfaces()
for CONFIG_PROC_FS=n (per Linus' suggestion).
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index d022c3ce514b..44c824b50c3c 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -1119,6 +1119,7 @@ void ide_pci_create_host_proc(const char *, get_info_t *); return len; \ } #else +static inline void create_proc_ide_interfaces(void) { ; } #define PROC_IDE_READ_RETURN(page,start,off,count,eof,len) return 0; #endif |
