summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2015-10-17 11:33:00 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-17 09:04:27 -0700
commit068b998835168b5107d1e62a346f52b9f44ed10b (patch)
treedf86c9f0480f12f9406384945e492979bfc87687 /drivers/staging/vt6655/device.h
parente06cf9aba8dadb92b1ec12a757d0a824c022176f (diff)
staging: vt6655: remove static inline alloc_td_info.
Since this only contains one function and used only 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/vt6655/device.h b/drivers/staging/vt6655/device.h
index 0002049e70e6..8be3e212f86c 100644
--- a/drivers/staging/vt6655/device.h
+++ b/drivers/staging/vt6655/device.h
@@ -306,8 +306,4 @@ struct vnt_private {
struct ieee80211_low_level_stats low_stats;
};
-static inline struct vnt_td_info *alloc_td_info(void)
-{
- return kzalloc(sizeof(struct vnt_td_info), GFP_ATOMIC);
-}
#endif