Skip to content

Commit 1e0aa79

Browse files
tchardinggregkh
authored andcommitted
staging: ks7010: remove unused macro
Macro CHECK_ALINE is defined and never used. Remove unused macro. Signed-off-by: Tobin C. Harding <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 4906be2 commit 1e0aa79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/staging/ks7010/ks_hostif.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,8 +1101,6 @@ void hostif_event_check(struct ks_wlan_private *priv)
11011101
priv->hostt.qtail = (priv->hostt.qtail + 1) % SME_EVENT_BUFF_SIZE;
11021102
}
11031103

1104-
#define CHECK_ALINE(size) (size % 4 ? (size + (4 - (size % 4))) : size)
1105-
11061104
int hostif_data_request(struct ks_wlan_private *priv, struct sk_buff *skb)
11071105
{
11081106
unsigned int skb_len = 0;

0 commit comments

Comments
 (0)