[PATCH] Unlinline a bunch of other functions
Remove the "inline" keyword from a bunch of big functions in the kernel with the goal of shrinking it by 30kb to 40kb Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Acked-by: Jeff Garzik <jgarzik@pobox.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b0a9499c3d
commit
858119e159
@ -435,7 +435,7 @@ static void hostap_rx_sta_beacon(local_info_t *local, struct sk_buff *skb,
|
||||
}
|
||||
|
||||
|
||||
static inline int
|
||||
static int
|
||||
hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb,
|
||||
struct hostap_80211_rx_status *rx_stats, u16 type,
|
||||
u16 stype)
|
||||
@ -499,7 +499,7 @@ hostap_rx_frame_mgmt(local_info_t *local, struct sk_buff *skb,
|
||||
|
||||
|
||||
/* Called only as a tasklet (software IRQ) */
|
||||
static inline struct net_device *prism2_rx_get_wds(local_info_t *local,
|
||||
static struct net_device *prism2_rx_get_wds(local_info_t *local,
|
||||
u8 *addr)
|
||||
{
|
||||
struct hostap_interface *iface = NULL;
|
||||
@ -519,7 +519,7 @@ static inline struct net_device *prism2_rx_get_wds(local_info_t *local,
|
||||
}
|
||||
|
||||
|
||||
static inline int
|
||||
static int
|
||||
hostap_rx_frame_wds(local_info_t *local, struct ieee80211_hdr_4addr *hdr,
|
||||
u16 fc, struct net_device **wds)
|
||||
{
|
||||
@ -615,7 +615,7 @@ static int hostap_is_eapol_frame(local_info_t *local, struct sk_buff *skb)
|
||||
|
||||
|
||||
/* Called only as a tasklet (software IRQ) */
|
||||
static inline int
|
||||
static int
|
||||
hostap_rx_frame_decrypt(local_info_t *local, struct sk_buff *skb,
|
||||
struct ieee80211_crypt_data *crypt)
|
||||
{
|
||||
@ -654,7 +654,7 @@ hostap_rx_frame_decrypt(local_info_t *local, struct sk_buff *skb,
|
||||
|
||||
|
||||
/* Called only as a tasklet (software IRQ) */
|
||||
static inline int
|
||||
static int
|
||||
hostap_rx_frame_decrypt_msdu(local_info_t *local, struct sk_buff *skb,
|
||||
int keyidx, struct ieee80211_crypt_data *crypt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user