From: Philipp Rosenberger Date: Thu, 28 Nov 2013 11:36:52 +0000 (+0100) Subject: of_mtd: fix header file include guard X-Git-Tag: next-20131204~41^2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=03395274ac62fb89a64d89403cbe7250b18775b6;p=karo-tx-linux.git of_mtd: fix header file include guard It seems the include guard was copied from of_net.h. Signed-off-by: Philipp Rosenberger Signed-off-by: Brian Norris --- diff --git a/include/linux/of_mtd.h b/include/linux/of_mtd.h index 6f10e938ff7e..cb32d9c1e8dc 100644 --- a/include/linux/of_mtd.h +++ b/include/linux/of_mtd.h @@ -7,7 +7,7 @@ */ #ifndef __LINUX_OF_MTD_H -#define __LINUX_OF_NET_H +#define __LINUX_OF_MTD_H #ifdef CONFIG_OF_MTD