diff options
author | Paul Burton <[email protected]> | 2018-06-22 20:17:47 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-06-23 20:52:08 +0900 |
commit | b02c38a23a5a308466d6cf87895ef16b6fa3306c (patch) | |
tree | 57963496689ed7caaba482f80ba9a8b837bd6277 /lib/test_overflow.c | |
parent | 3ef594b0e465c4dd7b1ea7736dfc4bb80c53e33d (diff) |
net: pch_gbe: Remove get_bus_info HAL abstraction
For some reason the pch_gbe driver contains a struct pch_gbe_functions
with pointers used by a HAL abstraction layer, even though there is only
one implementation of each function.
This patch removes the get_bus_info abstraction. Its single
implementation (pch_gbe_plat_get_bus_info) only sets values within a
struct pch_gbe_bus_info which is never used, so we simply remove the
call to it in pch_gbe_probe & remove struct pch_gbe_bus_info entirely.
Now that struct pch_gbe_functions is empty we remove it entirely too.
Signed-off-by: Paul Burton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions