commit | 1c5ad13f7c2b2afe30e43858d04fff979dc9d243 | [log] [tgz] |
---|---|---|
author | Mathias Krause <mathias.krause@secunet.com> | Fri Oct 18 12:09:05 2013 +0200 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Tue Oct 29 06:39:42 2013 +0100 |
tree | fc68ea62c7d59c08b464ad47daea13db0adf1484 | |
parent | 123b0d1ba0a98ef12550d82b79ccb8d89090f871 [diff] |
net: esp{4,6}: get rid of struct esp_data struct esp_data consists of a single pointer, vanishing the need for it to be a structure. Fold the pointer into 'data' direcly, removing one level of pointer indirection. Signed-off-by: Mathias Krause <mathias.krause@secunet.com> Cc: Steffen Klassert <steffen.klassert@secunet.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>