diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2015-10-17 11:32:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-17 09:04:27 -0700 |
commit | e06cf9aba8dadb92b1ec12a757d0a824c022176f (patch) | |
tree | 6a6d617b6c4479937732796efcaabf2403779bf8 /drivers/staging/vt6655/device.h | |
parent | bed02d93a1e3d6880982f9429aa75334afd29851 (diff) |
staging: vt6655: remove static inline alloc_rd_info.
Since this only contains one function and only used twice
remove inline altogether.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/device.h')
-rw-r--r-- | drivers/staging/vt6655/device.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h index aca6e00a368b..0002049e70e6 100644 --- a/drivers/staging/vt6655/device.h +++ b/drivers/staging/vt6655/device.h @@ -306,11 +306,6 @@ struct vnt_private { struct ieee80211_low_level_stats low_stats; }; -static inline struct vnt_rd_info *alloc_rd_info(void) -{ - return kzalloc(sizeof(struct vnt_rd_info), GFP_ATOMIC); -} - static inline struct vnt_td_info *alloc_td_info(void) { return kzalloc(sizeof(struct vnt_td_info), GFP_ATOMIC); |