aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/coda_psdev.h
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2010-04-28 03:20:33 -0400
committerJens Axboe <jens.axboe@oracle.com>2010-04-28 03:20:33 -0400
commit33f60e9640b2f60dde6735293d4aa5ecc5b1d5d5 (patch)
tree9fc41444f93cd0e4c78fabd081b2d113fc917fc9 /include/linux/coda_psdev.h
parent0661b1ac5d48eb47c8a5948c0554fea25e0895ab (diff)
coda: move backing-dev.h kernel include inside __KERNEL__
Otherwise we must export backing-dev.h as well, which doesn't make any sense. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/coda_psdev.h')
-rw-r--r--include/linux/coda_psdev.h3
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
11struct kstatfs; 12struct kstatfs;
12 13
13/* communication pending/processing queues */ 14/* communication pending/processing queues */