diff options
Diffstat (limited to 'drivers/staging/vt6655/kcompat.h')
-rw-r--r-- | drivers/staging/vt6655/kcompat.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/staging/vt6655/kcompat.h b/drivers/staging/vt6655/kcompat.h index ee22006122e..5aa9b0749a0 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 |