projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0661b1a
)
coda: move backing-dev.h kernel include inside __KERNEL__
author
Jens Axboe
<jens.axboe@oracle.com>
Wed, 28 Apr 2010 07:20:33 +0000
(09:20 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Wed, 28 Apr 2010 07:20:33 +0000
(09:20 +0200)
Otherwise we must export backing-dev.h as well, which doesn't make
any sense.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/coda_psdev.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/coda_psdev.h
b/include/linux/coda_psdev.h
index 644062e8d857d71443e932a73322269309d1ceb4..8859e2ede9fe3c368b774b560f80a735df6f4777 100644
(file)
--- a/
include/linux/coda_psdev.h
+++ b/
include/linux/coda_psdev.h
@@
-1,13
+1,14
@@
#ifndef __CODA_PSDEV_H
#define __CODA_PSDEV_H
-#include <linux/backing-dev.h>
#include <linux/magic.h>
#define CODA_PSDEV_MAJOR 67
#define MAX_CODADEVS 5 /* how many do we allow */
#ifdef __KERNEL__
+#include <linux/backing-dev.h>
+
struct kstatfs;
/* communication pending/processing queues */