commit | bc10502dba37d3b210efd9f3867212298f13b78e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <[email protected]> | Thu Jun 03 03:21:52 2010 -0700 |
committer | David S. Miller <[email protected]> | Thu Jun 03 03:21:52 2010 -0700 |
tree | af4542eaab79cd509244578f839167f16f3ab02d | |
parent | ba2d3587912f82d1ab4367975b1df460db60fb1e [diff] [blame] |
net: use __packed annotation cleanup patch. Use new __packed annotation in net/ and include/ (except netfilter) Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
diff --git a/include/net/ndisc.h b/include/net/ndisc.h index f76f22d..895997b 100644 --- a/include/net/ndisc.h +++ b/include/net/ndisc.h
@@ -82,7 +82,7 @@ struct nd_opt_hdr { __u8 nd_opt_type; __u8 nd_opt_len; -} __attribute__((__packed__)); +} __packed; extern int ndisc_init(void);