rtl8188eu: Replace LONG variants with the standard uxx form

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-09-08 00:04:30 -05:00
parent 429924c7ed
commit 8ac0b5364d
7 changed files with 52 additions and 54 deletions

View file

@ -32,8 +32,6 @@
typedef signed int sint;
#define ULONG u32
typedef void (*proc_t)(void*);
typedef __kernel_size_t SIZE_T;