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