projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64053be
)
[ATALK]: Include asm/byteorder.h in linux/atalk.h
author
David S. Miller
<davem@davemloft.net>
Sun, 26 Jun 2005 22:28:10 +0000
(15:28 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 26 Jun 2005 22:28:10 +0000
(15:28 -0700)
We're using __be16 in userland visible types, so we
have to include asm/byteorder.h so that works.
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/atalk.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/atalk.h
b/include/linux/atalk.h
index 09a1451c1159575c2ca94b6c247eb9e0b0a187e0..911c09cb9bf922ea48583dfd7dbac8ee330cfc88 100644
(file)
--- a/
include/linux/atalk.h
+++ b/
include/linux/atalk.h
@@
-1,6
+1,8
@@
#ifndef __LINUX_ATALK_H__
#define __LINUX_ATALK_H__
+#include <asm/byteorder.h>
+
/*
* AppleTalk networking structures
*