diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-02-05 17:09:56 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2016-02-11 11:10:59 -0200 |
commit | b802fb99ae964681d1754428f67970911e0476e9 (patch) | |
tree | b1ae25cb0173e8cbe0812bf7e15015a96fa2375c /include | |
parent | f38f2622f876609c3dc2865bbd937be22bad5a42 (diff) | |
download | linux-b802fb99ae964681d1754428f67970911e0476e9.tar.bz2 |
[media] tvp5150: move input definition header to dt-bindings
Add a header file for the tvp5150 input connectors constants that
can be shared between the driver and Device Tree source files.
[mchehab@osg.samsung.com: rename tvp5150.h also at em28xx-cards.c]
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/media/tvp5150.h (renamed from include/media/i2c/tvp5150.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/media/i2c/tvp5150.h b/include/dt-bindings/media/tvp5150.h index 685a1e718531..dc347569854f 100644 --- a/include/media/i2c/tvp5150.h +++ b/include/dt-bindings/media/tvp5150.h @@ -18,8 +18,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef _TVP5150_H_ -#define _TVP5150_H_ +#ifndef _DT_BINDINGS_MEDIA_TVP5150_H +#define _DT_BINDINGS_MEDIA_TVP5150_H /* TVP5150 HW inputs */ #define TVP5150_COMPOSITE0 0 @@ -31,4 +31,4 @@ #define TVP5150_NORMAL 0 #define TVP5150_BLACK_SCREEN 1 -#endif +#endif /* _DT_BINDINGS_MEDIA_TVP5150_H */ |