commit | abdbf94d7c6f1fcb2931d5cb7562a6159323b704 | [log] [tgz] |
---|---|---|
author | Ed L. Cashin <[email protected]> | Tue Oct 16 23:27:03 2007 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Oct 17 08:42:52 2007 -0700 |
tree | 2adf0cbefea57e38954eda621dcff013518d5abd | |
parent | 7c9e69faa28027913ee059c285a5ea8382e24b5d [diff] |
aoe: remove unecessary wrapper function We can just use skb_mac_header now, and we don't need a wrapper function to perform the cast. Instead of requiring the reader to check aoe.h to look up what an aoe_hdr function does, I'd rather do without it. Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>