ANDROID: GKI: fix crc issue with include/linux/can/dev.h
In commit b9a0e6f3 ("can: dev: add generic function can_ethtool_op_get_ts_info_hwts()"), a new .h file is added, which messes with the CRC values for some can functions due to structures now being fully defined when they previously were not. Fix this up by only including that when the crc generator is not running. Fixes: b9a0e6f3 ("can: dev: add generic function can_ethtool_op_get_ts_info_hwts()") Bug: 161946584 Change-Id: I17aa471f14a1aaa176d9d644f2b6f29a0eca8f78 Signed-off-by:Greg Kroah-Hartman <gregkh@google.com>
Loading