aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/channel.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-05-04 20:40:10 -0300
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:12 -0700
commit6f8c13c7dbe0d51e62bdb1aa11c1c38a8f8e3133 (patch)
treec9a30b88913a4fd5ae7f0edd768b2370bf726170 /drivers/staging/vt6656/channel.c
parentfa10b25f8d13050c2e40ebf3fbfb5af587b6f914 (diff)
Staging: vt6656: code cleanup, removed OUT definition
Remoted empty OUT define in ttype.h and its usage across the code. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/channel.c')
-rw-r--r--drivers/staging/vt6656/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/channel.c b/drivers/staging/vt6656/channel.c
index 67392b8abcf..06a213f3f4d 100644
--- a/drivers/staging/vt6656/channel.c
+++ b/drivers/staging/vt6656/channel.c
@@ -426,7 +426,7 @@ exit:
BOOL
CHvChannelGetList (
UINT uCountryCodeIdx,
- OUT PBYTE pbyChannelTable
+ PBYTE pbyChannelTable
)
{
if (uCountryCodeIdx >= CCODE_MAX) {