[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1408726735-3283-1-git-send-email-linux@rasmusvillemoes.dk>
Date: Fri, 22 Aug 2014 18:58:55 +0200
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Maxim Levitsky <maximlevitsky@...il.com>
Cc: linux-kernel@...r.kernel.org,
Rasmus Villemoes <linux@...musvillemoes.dk>
Subject: [PATCH] drivers: memstick: host: r592.h: Add missing #define
Clearly this was meant to be an include guard, but the
#define was missing.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
drivers/memstick/host/r592.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/memstick/host/r592.h b/drivers/memstick/host/r592.h
index c5726c1..3d80c21 100644
--- a/drivers/memstick/host/r592.h
+++ b/drivers/memstick/host/r592.h
@@ -8,6 +8,7 @@
*/
#ifndef R592_H
+#define R592_H
#include <linux/memstick.h>
#include <linux/spinlock.h>
--
2.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists