projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34fad54
)
net: bpqether.h: remove if_ether.h guard
author
Baruch Siach
<baruch@tkos.co.il>
Thu, 10 Nov 2016 11:21:42 +0000
(13:21 +0200)
committer
David S. Miller
<davem@davemloft.net>
Sun, 13 Nov 2016 05:57:53 +0000
(
00:57
-0500)
__LINUX_IF_ETHER_H is not defined anywhere, and if_ether.h can keep itself from
double inclusion, though it uses a single underscore prefix.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/bpqether.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/bpqether.h
b/include/uapi/linux/bpqether.h
index a6c35e1a89ad9297b69c048200328b8ec6490fa1..05865edaefdae02a0f997eb3bdcc82fd921fb9db 100644
(file)
--- a/
include/uapi/linux/bpqether.h
+++ b/
include/uapi/linux/bpqether.h
@@
-5,9
+5,7
@@
* Defines for the BPQETHER pseudo device driver
*/
-#ifndef __LINUX_IF_ETHER_H
#include <linux/if_ether.h>
-#endif
#define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */
#define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1)