Use kernel endian config
Remove custom vendor files. Reviewed-by: Giulio Benetti giulio.benetti@benettiengineering.com
This commit is contained in:

committed by
Carlos Garcés

parent
c68f509db8
commit
b3da33576d
@@ -149,7 +149,7 @@ struct intf_hdl {
|
||||
|
||||
struct reg_protocol_rd {
|
||||
|
||||
#ifdef CONFIG_LITTLE_ENDIAN
|
||||
#ifdef __LITTLE_ENDIAN
|
||||
|
||||
/* DW1 */
|
||||
u32 NumOfTrans:4;
|
||||
@@ -207,7 +207,7 @@ struct reg_protocol_rd {
|
||||
struct reg_protocol_wt {
|
||||
|
||||
|
||||
#ifdef CONFIG_LITTLE_ENDIAN
|
||||
#ifdef __LITTLE_ENDIAN
|
||||
|
||||
/* DW1 */
|
||||
u32 NumOfTrans:4;
|
||||
|
Reference in New Issue
Block a user