of_mtd: fix header file include guard
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Tue Jan 28 00:59:03 EST 2014
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=e0b6047b73278d165ae0ad448177209a3c2067ad
Commit: e0b6047b73278d165ae0ad448177209a3c2067ad
Parent: a55e85ce9bee97df63f85547a5e72df14851b338
Author: Philipp Rosenberger <philipp.rosenberger at xse.de>
AuthorDate: Thu Nov 28 12:36:52 2013 +0100
Committer: Brian Norris <computersforpeace at gmail.com>
CommitDate: Fri Jan 3 11:22:21 2014 -0800
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 at xse.de>
Signed-off-by: Brian Norris <computersforpeace at gmail.com>
---
include/linux/of_mtd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/of_mtd.h b/include/linux/of_mtd.h
index 6f10e93..cb32d9c 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
More information about the linux-mtd-cvs
mailing list