From: Paul Gortmaker Date: Thu, 10 May 2012 03:10:54 +0000 (-0400) Subject: staging: delete all duplicated endian crap from rtl8712 driver X-Git-Tag: v3.5-rc1~145^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0fbbb52ab08017ac51aceef76514799837f4b0;p=pandora-kernel.git staging: delete all duplicated endian crap from rtl8712 driver This driver had headers like big_endian.h, little_endian.h, swab.h and yet we can throw them all in the trash can and the thing still builds on x86-64 and ppc, just by deleting the references to the deleted files. Cc: Larry Finger Cc: Greg Kroah-Hartman Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed