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>

+2 -1
+2 -1
include/linux/coda_psdev.h
··· 1 #ifndef __CODA_PSDEV_H 2 #define __CODA_PSDEV_H 3 4 - #include <linux/backing-dev.h> 5 #include <linux/magic.h> 6 7 #define CODA_PSDEV_MAJOR 67 8 #define MAX_CODADEVS 5 /* how many do we allow */ 9 10 #ifdef __KERNEL__ 11 struct kstatfs; 12 13 /* communication pending/processing queues */
··· 1 #ifndef __CODA_PSDEV_H 2 #define __CODA_PSDEV_H 3 4 #include <linux/magic.h> 5 6 #define CODA_PSDEV_MAJOR 67 7 #define MAX_CODADEVS 5 /* how many do we allow */ 8 9 #ifdef __KERNEL__ 10 + #include <linux/backing-dev.h> 11 + 12 struct kstatfs; 13 14 /* communication pending/processing queues */