aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/rc-core-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc/rc-core-priv.h')
-rw-r--r--drivers/media/rc/rc-core-priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/rc/rc-core-priv.h b/drivers/media/rc/rc-core-priv.h
index 48065b714d00..873b38789751 100644
--- a/drivers/media/rc/rc-core-priv.h
+++ b/drivers/media/rc/rc-core-priv.h
@@ -13,8 +13,8 @@
13 * GNU General Public License for more details. 13 * GNU General Public License for more details.
14 */ 14 */
15 15
16#ifndef _IR_RAW_EVENT 16#ifndef _RC_CORE_PRIV
17#define _IR_RAW_EVENT 17#define _RC_CORE_PRIV
18 18
19#include <linux/slab.h> 19#include <linux/slab.h>
20#include <linux/spinlock.h> 20#include <linux/spinlock.h>
@@ -190,4 +190,4 @@ void ir_raw_init(void);
190#endif 190#endif
191 191
192 192
193#endif /* _IR_RAW_EVENT */ 193#endif /* _RC_CORE_PRIV */