]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
aoe: remove unecessary wrapper function
authorEd L. Cashin <ecashin@coraid.com>
Wed, 17 Oct 2007 06:27:03 +0000 (23:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:52 +0000 (08:42 -0700)
commitabdbf94d7c6f1fcb2931d5cb7562a6159323b704
tree2adf0cbefea57e38954eda621dcff013518d5abd
parent7c9e69faa28027913ee059c285a5ea8382e24b5d
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 <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/block/aoe/aoe.h
drivers/block/aoe/aoecmd.c
drivers/block/aoe/aoenet.c