From 9d26d60f99855056a20ac7c0b68eb5ed04619831 Mon Sep 17 00:00:00 2001 From: Jim Lieb Date: Wed, 12 Aug 2009 14:54:08 -0700 Subject: Staging: vt665x: Clean up include files, Part 1 Remove cplusplus lines from include files Remove needless ifdefs on includes to conform with C conventions. Remove misc commented code/includes Update TODO Signed-off-by: Jim Lieb Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/channel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers/staging/vt6656/channel.h') diff --git a/drivers/staging/vt6656/channel.h b/drivers/staging/vt6656/channel.h index 972df7d1726..2306b202565 100644 --- a/drivers/staging/vt6656/channel.h +++ b/drivers/staging/vt6656/channel.h @@ -30,9 +30,7 @@ #ifndef _CHANNEL_H_ #define _CHANNEL_H_ -#if !defined(__TTYPE_H__) #include "ttype.h" -#endif /*--------------------- Export Definitions -------------------------*/ @@ -55,4 +53,5 @@ CHvChannelGetList ( IN UINT uCountryCodeIdx, OUT PBYTE pbyChannelTable ); + #endif /* _REGULATE_H_ */ -- cgit v1.2.3