Skip to content

Commit

Permalink
ata: ahci_brcmstb: remove unused definitions
Browse files Browse the repository at this point in the history
Remove unused definitions, and this is to avoid confusion with MIPS-based
platforms.

Signed-off-by: Jaedon Shin <[email protected]>
Tested-by: Florian Fainelli <[email protected]>
Acked-by: Brian Norris <[email protected]>
  • Loading branch information
jaedon authored and htejun committed Nov 30, 2015
1 parent b46f79b commit 2ef42f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/ata/ahci_brcmstb.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
#define SATA_TOP_CTRL_2_PHY_GLOBAL_RESET BIT(14)
#define SATA_TOP_CTRL_PHY_OFFS 0x8
#define SATA_TOP_MAX_PHYS 2
#define SATA_TOP_CTRL_SATA_TP_OUT 0x1c
#define SATA_TOP_CTRL_CLIENT_INIT_CTRL 0x20

/* On big-endian MIPS, buses are reversed to big endian, so switch them back */
#if defined(CONFIG_MIPS) && defined(__BIG_ENDIAN)
Expand Down

0 comments on commit 2ef42f4

Please sign in to comment.