[MTD] Remove unnecessary user space check from mtd.h.

Since the header file include/linux/mtd/mtd.h is not exported to user
space, remove the user space check and error.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>

authored by Robert P. J. Day and committed by David Woodhouse 36200b76 025257c7

-4
-4
include/linux/mtd/mtd.h
··· 9 9 #ifndef __MTD_MTD_H__ 10 10 #define __MTD_MTD_H__ 11 11 12 - #ifndef __KERNEL__ 13 - #error This is a kernel header. Perhaps include mtd-user.h instead? 14 - #endif 15 - 16 12 #include <linux/types.h> 17 13 #include <linux/module.h> 18 14 #include <linux/uio.h>