diff options
author | Graf Yang <graf.yang@analog.com> | 2008-05-14 10:25:57 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-14 10:25:57 +0400 |
commit | 332223831e86b2e17b48b4afafad07d8e3b73861 (patch) | |
tree | a3bd42005c91888c3cb20ec0ca6880e3181e7acb /include/net/irda | |
parent | c1cc678adaa78ae2aab6a6d699241ad516d84476 (diff) | |
download | linux-332223831e86b2e17b48b4afafad07d8e3b73861.tar.xz |
irda: Fix a misalign access issue. (v2)
Replace u16ho with put/get_unaligned functions
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda')
-rw-r--r-- | include/net/irda/discovery.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/irda/discovery.h b/include/net/irda/discovery.h index e4efad1f9eff..0ce93398720d 100644 --- a/include/net/irda/discovery.h +++ b/include/net/irda/discovery.h @@ -57,9 +57,6 @@ typedef union { __u8 byte[2]; } __u16_host_order; -/* Same purpose, different application */ -#define u16ho(array) (* ((__u16 *) array)) - /* Types of discovery */ typedef enum { DISCOVERY_LOG, /* What's in our discovery log */ |