Commit 5cfe38f1 authored by Ian Molton's avatar Ian Molton Committed by Kalle Valo

brcmfmac: Remove unused macro.

This macro is used exactly nowhere in the code. Delete it.
Signed-off-by: default avatarIan Molton <ian@mnementh.co.uk>
Reviewed-by: default avatarArend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: default avatarArend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent e4c05fc3
...@@ -159,8 +159,6 @@ struct rte_console { ...@@ -159,8 +159,6 @@ struct rte_console {
/* manfid tuple length, include tuple, link bytes */ /* manfid tuple length, include tuple, link bytes */
#define SBSDIO_CIS_MANFID_TUPLE_LEN 6 #define SBSDIO_CIS_MANFID_TUPLE_LEN 6
#define CORE_BUS_REG(base, field) \
(base + offsetof(struct sdpcmd_regs, field))
#define SD_REG(field) \ #define SD_REG(field) \
(offsetof(struct sdpcmd_regs, field)) (offsetof(struct sdpcmd_regs, field))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment