]> git.baikalelectronics.ru Git - kernel.git/commit
byteorder: remove direct includes of linux/byteorder/swab[b].h
authorHarvey Harrison <harvey.harrison@gmail.com>
Mon, 20 Oct 2008 17:23:38 +0000 (10:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 19:51:53 +0000 (12:51 -0700)
commit78c92b0b0632de88bc5f65d9bb02578940d9385e
tree6623b861e5df69dafbec6018b8f00dc0070e1515
parentd46c66718157023729214101777e2a2a111a7bb0
byteorder: remove direct includes of linux/byteorder/swab[b].h

A consolidated implementation will provide this generically through
asm/byteorder, remove direct includes to avoid breakage when the
changeover to the new implementation occurs.

This hunk was lost from commit 2e52330b94549358189ddc13510b33b20bf4ce5d
("byteorder: provide swabb.h generically in asm/byteorder.h")

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/rcutorture.c