diff options
author | Philipp Rosenberger <philipp.rosenberger@xse.de> | 2013-11-28 06:36:52 -0500 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2014-01-03 14:22:21 -0500 |
commit | e0b6047b73278d165ae0ad448177209a3c2067ad (patch) | |
tree | 1fbbc42ca817b585b7f2827aaef4e84fc87b84a6 /include/linux/of_mtd.h | |
parent | a55e85ce9bee97df63f85547a5e72df14851b338 (diff) |
of_mtd: fix header file include guard
It seems the include guard was copied from of_net.h.
Signed-off-by: Philipp Rosenberger <philipp.rosenberger@xse.de>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'include/linux/of_mtd.h')
-rw-r--r-- | include/linux/of_mtd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #ifndef __LINUX_OF_MTD_H | 9 | #ifndef __LINUX_OF_MTD_H |
10 | #define __LINUX_OF_NET_H | 10 | #define __LINUX_OF_MTD_H |
11 | 11 | ||
12 | #ifdef CONFIG_OF_MTD | 12 | #ifdef CONFIG_OF_MTD |
13 | 13 | ||