mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 07:35:10 +00:00
media: ths7303: Fix the include guard
Everything is about THS7303, so let the include guard reflect it as well to avoid potential future conflict. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
63ff05a1ad
commit
e65faec541
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@
|
|||
* Martin Bugge <marbugge@cisco.com>
|
||||
*/
|
||||
|
||||
#ifndef THS7353_H
|
||||
#define THS7353_H
|
||||
#ifndef THS7303_H
|
||||
#define THS7303_H
|
||||
|
||||
/**
|
||||
* struct ths7303_platform_data - Platform dependent data
|
||||
|
|
Loading…
Reference in a new issue