rtl8188eu: Convert typedef for _buffer to unsigned char

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-24 17:09:06 -05:00
parent 3e3d47445a
commit e76fb1a97d
3 changed files with 3 additions and 5 deletions

View file

@ -74,8 +74,6 @@
spinlock_t lock;
};
typedef unsigned char _buffer;
typedef struct __queue _queue;
typedef struct list_head _list;
typedef struct net_device * _nic_hdl;