diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/coda_psdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/coda_psdev.h b/include/linux/coda_psdev.h index 644062e8d857..8859e2ede9fe 100644 --- a/include/linux/coda_psdev.h +++ b/include/linux/coda_psdev.h | |||
@@ -1,13 +1,14 @@ | |||
1 | #ifndef __CODA_PSDEV_H | 1 | #ifndef __CODA_PSDEV_H |
2 | #define __CODA_PSDEV_H | 2 | #define __CODA_PSDEV_H |
3 | 3 | ||
4 | #include <linux/backing-dev.h> | ||
5 | #include <linux/magic.h> | 4 | #include <linux/magic.h> |
6 | 5 | ||
7 | #define CODA_PSDEV_MAJOR 67 | 6 | #define CODA_PSDEV_MAJOR 67 |
8 | #define MAX_CODADEVS 5 /* how many do we allow */ | 7 | #define MAX_CODADEVS 5 /* how many do we allow */ |
9 | 8 | ||
10 | #ifdef __KERNEL__ | 9 | #ifdef __KERNEL__ |
10 | #include <linux/backing-dev.h> | ||
11 | |||
11 | struct kstatfs; | 12 | struct kstatfs; |
12 | 13 | ||
13 | /* communication pending/processing queues */ | 14 | /* communication pending/processing queues */ |