projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c920b
)
greybus: gpbridge.h: remove BIT() define
author
Greg Kroah-Hartman
<gregkh@google.com>
Fri, 10 Apr 2015 09:20:35 +0000
(11:20 +0200)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Fri, 10 Apr 2015 09:20:35 +0000
(11:20 +0200)
It's up to other files to define this if it's not present, not this
file.
Reported-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/gpbridge.h
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/gpbridge.h
b/drivers/staging/greybus/gpbridge.h
index 44a7091b0951cd006f96078c7080a8216e1fce8d..e2301888a322d09ac34d977f76f4f7e330ca0f36 100644
(file)
--- a/
drivers/staging/greybus/gpbridge.h
+++ b/
drivers/staging/greybus/gpbridge.h
@@
-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