Messages in this thread |  | | | Date | Tue, 12 Aug 2008 22:05:45 -0700 | | From | Andrew Morton <> | | Subject | Re: [PATCH 22/22] byteorder: remove the old byteorder implementation | |
On Tue, 12 Aug 2008 17:27:17 -0700 Harvey Harrison <harvey.harrison@gmail.com> wrote:
> include/linux/byteorder/Kbuild | 3 -
> include/linux/byteorder/big_endian.h | 108 ---------------
> include/linux/byteorder/generic.h | 173 ------------------------
> include/linux/byteorder/little_endian.h | 108 ---------------
> include/linux/byteorder/swab.h | 222 -------------------------------
> include/linux/byteorder/swabb.h | 135 -------------------
akpm2:/usr/src/25> make headers_check
CHK include/linux/version.h
make[1]: `scripts/unifdef' is up to date.
/usr/src/devel/scripts/Makefile.headersinst:15: /usr/src/devel/include/linux/byteorder/Kbuild: No such file or directory
make[3]: *** No rule to make target `/usr/src/devel/include/linux/byteorder/Kbuild'. Stop.
This is just a basic i386 allmodconfig :( The largest risk from
these patches is build breakage, and it is quite obvious that they have
not had anything like adequate build coverage testing.
|  |