Commit 92ffdb61 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Mauro Carvalho Chehab

media: rc: add include guard to rc-map.h

Add a header include guard just in case.
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 247d46b3
......@@ -5,6 +5,9 @@
* Copyright (c) 2010 by Mauro Carvalho Chehab
*/
#ifndef _MEDIA_RC_MAP_H
#define _MEDIA_RC_MAP_H
#include <linux/input.h>
#include <uapi/linux/lirc.h>
......@@ -274,3 +277,5 @@ struct rc_map *rc_map_get(const char *name);
* Please, do not just append newer Remote Controller names at the end.
* The names should be ordered in alphabetical order
*/
#endif /* _MEDIA_RC_MAP_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment