diff options
| -rw-r--r-- | drivers/staging/rtl8192e/rtl819x_BAProc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_BAProc.c b/drivers/staging/rtl8192e/rtl819x_BAProc.c index 66ea79198892..0415e02b4eff 100644 --- a/drivers/staging/rtl8192e/rtl819x_BAProc.c +++ b/drivers/staging/rtl8192e/rtl819x_BAProc.c | |||
| @@ -16,7 +16,8 @@ | |||
| 16 | * Contact Information: | 16 | * Contact Information: |
| 17 | * wlanfae <wlanfae@realtek.com> | 17 | * wlanfae <wlanfae@realtek.com> |
| 18 | ******************************************************************************/ | 18 | ******************************************************************************/ |
| 19 | #include <linux/unaligned/access_ok.h> | 19 | #include <asm/byteorder.h> |
| 20 | #include <asm/unaligned.h> | ||
| 20 | #include "rtllib.h" | 21 | #include "rtllib.h" |
| 21 | #include "rtl819x_BA.h" | 22 | #include "rtl819x_BA.h" |
| 22 | 23 | ||
