summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/kcompat.h
diff options
context:
space:
mode:
authorJim Lieb2009-08-12 23:54:03 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:07 +0200
commit612822f5dd1638de442cf50eb9da54632fba0e66 (patch)
tree941babacbfbe553589623c979968ef2fbf053277 /drivers/staging/vt6655/kcompat.h
parentStaging: vt665x: Text janitor in prep for driver merge (diff)
downloadkernel-qcow2-linux-612822f5dd1638de442cf50eb9da54632fba0e66.tar.gz
kernel-qcow2-linux-612822f5dd1638de442cf50eb9da54632fba0e66.tar.xz
kernel-qcow2-linux-612822f5dd1638de442cf50eb9da54632fba0e66.zip
Staging: vt665x: Text janitor in prep for driver merge, part 2
Text only changes to remove textual differences between the vt6655 and vt6656 trees in prep for driver merge. Signed-off-by: Jim Lieb <lieb@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/kcompat.h')
-rw-r--r--drivers/staging/vt6655/kcompat.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/vt6655/kcompat.h b/drivers/staging/vt6655/kcompat.h
index ee22006122ed..5aa9b0749a0e 100644
--- a/drivers/staging/vt6655/kcompat.h
+++ b/drivers/staging/vt6655/kcompat.h
@@ -1,6 +1,5 @@
/*
- * Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
- * All rights reserved.
+ * Copyright (c) 1996, 2003 VIA Networking, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -66,6 +65,7 @@
#ifndef IRQ_RETVAL
typedef void irqreturn_t;
+
#define IRQ_RETVAL(x)
#endif
@@ -75,6 +75,5 @@ typedef void irqreturn_t;
#define MODULE_LICESEN(x)
#endif
-
#endif