diff options
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8192c/main.c')
-rw-r--r-- | drivers/net/wireless/rtlwifi/rtl8192c/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rtlwifi/rtl8192c/main.c b/drivers/net/wireless/rtlwifi/rtl8192c/main.c index 605ff191aeb7..918b1d129e77 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192c/main.c +++ b/drivers/net/wireless/rtlwifi/rtl8192c/main.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * |
3 | * Copyright(c) 2009-2010 Realtek Corporation. | 3 | * Copyright(c) 2009-2012 Realtek Corporation. |
4 | * | 4 | * |
5 | * This program is free software; you can redistribute it and/or modify it | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | * under the terms of version 2 of the GNU General Public License as | 6 | * under the terms of version 2 of the GNU General Public License as |
@@ -27,8 +27,8 @@ | |||
27 | * | 27 | * |
28 | *****************************************************************************/ | 28 | *****************************************************************************/ |
29 | 29 | ||
30 | #include <linux/module.h> | ||
31 | #include "../wifi.h" | 30 | #include "../wifi.h" |
31 | #include <linux/module.h> | ||
32 | 32 | ||
33 | 33 | ||
34 | MODULE_AUTHOR("lizhaoming <chaoming_li@realsil.com.cn>"); | 34 | MODULE_AUTHOR("lizhaoming <chaoming_li@realsil.com.cn>"); |