diff options
author | John Hubbard <[email protected]> | 2019-01-12 17:29:09 -0800 |
---|---|---|
committer | Kishon Vijay Abraham I <[email protected]> | 2019-01-16 18:00:54 +0530 |
commit | 4fae92797879bd58bd5d4e39c790b515bce4a1af (patch) | |
tree | 6a4421efc0da82028a0cd451858a6f338acb26bb /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1138a442a0c5e97594ec63e898098b0c9e781172 (diff) |
phy: fix build breakage: add PHY_MODE_SATA
Commit 49e54187ae0b ("ata: libahci_platform: comply to PHY framework") uses
the PHY_MODE_SATA, but that enum had not yet been added. This caused a
build failure for me, with today's linux.git.
Also, there is a potentially conflicting (mis-named) PHY_MODE_SATA, hiding
in the Marvell Berlin SATA PHY driver.
Fix the build by:
1) Renaming Marvell's defined value to a more scoped name,
in order to avoid any potential conflicts: PHY_BERLIN_MODE_SATA.
2) Adding the missing enum, which was going to be added anyway as part
of [1].
[1] https://lkml.kernel.org/r/[email protected]
Fixes: 49e54187ae0b ("ata: libahci_platform: comply to PHY framework")
Cc: Grzegorz Jaszczyk <[email protected]>
Cc: Miquel Raynal <[email protected]>
Cc: Hans de Goede <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: John Hubbard <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions