diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2022-08-06 17:54:59 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2022-12-07 17:58:46 +0100 |
commit | e65faec54192984e157eb8e49ea29d4eccacf185 (patch) | |
tree | 6f86cdd9058062c6fd8470eae2052a8fba0aa032 /include/media/i2c | |
parent | 63ff05a1ad242a5a0f897921c87b70d601bda59c (diff) |
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>
Diffstat (limited to 'include/media/i2c')
-rw-r--r-- | include/media/i2c/ths7303.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/i2c/ths7303.h b/include/media/i2c/ths7303.h index 95492d12786d..fee2818c558d 100644 --- a/include/media/i2c/ths7303.h +++ b/include/media/i2c/ths7303.h @@ -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 |