Commit dcd1dadd authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: gpbridge.h: remove BIT() define

It's up to other files to define this if it's not present, not this
file.
Reported-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 67c920b8
......@@ -268,9 +268,6 @@ struct gb_pwm_disable_request {
};
/* I2S */
#ifndef BIT
#define BIT(n) (1UL << (n))
#endif
#define GB_I2S_MGMT_TYPE_PROTOCOL_VERSION 0x01
#define GB_I2S_MGMT_TYPE_GET_SUPPORTED_CONFIGURATIONS 0x02
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment