From: Christophe JAILLET Date: Sat, 6 Aug 2022 15:54:59 +0000 (+0200) Subject: media: ths7303: Fix the include guard X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e65faec54192984e157eb8e49ea29d4eccacf185;p=linux.git 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 Signed-off-by: Hans Verkuil --- diff --git a/include/media/i2c/ths7303.h b/include/media/i2c/ths7303.h index 95492d12786d8..fee2818c558d1 100644 --- a/include/media/i2c/ths7303.h +++ b/include/media/i2c/ths7303.h @@ -10,8 +10,8 @@ * Martin Bugge */ -#ifndef THS7353_H -#define THS7353_H +#ifndef THS7303_H +#define THS7303_H /** * struct ths7303_platform_data - Platform dependent data