From 347cf6d109637b337dd3dd3ec777e9fd060d8644 Mon Sep 17 00:00:00 2001 From: Amitoj Kaur Chawla Date: Sun, 18 Oct 2015 19:25:10 +0530 Subject: [PATCH] staging: sm750fb: Replace include with include Problem found using checkpatch.pl WARNING: Use #include instead of WARNING: Use #include instead of Signed-off-by: Amitoj Kaur Chawla Signed-off-by: Greg Kroah-Hartman --- drivers/staging/sm750fb/ddk750_help.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_help.h b/drivers/staging/sm750fb/ddk750_help.h index 9b2d2d2c899b..5be814eed735 100644 --- a/drivers/staging/sm750fb/ddk750_help.h +++ b/drivers/staging/sm750fb/ddk750_help.h @@ -4,8 +4,8 @@ #ifndef USE_INTERNAL_REGISTER_ACCESS #include -#include -#include +#include +#include #include "sm750_help.h" /* software control endianness */ -- 2.34.1