* [2.6 patch] #include <asm/bitops.h> -> #include <linux/bitops.h>
@ 2004-10-07 21:04 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-10-07 21:04 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 367 bytes --]
There's no reason to directly #include <asm/bitops.h> since it's
available on all architectures and also included by
#include <linux/bitops.h>.
This patch (attached gzipped due to its' size) changes
#include <asm/bitops.h> to #include <linux/bitops.h>. It contains only
the parts that apply cleanly to both 2.6.9-rc3-mm3 and 2.6.9-rc3 for
making merging easier.
[-- Attachment #2: patch-bitopts-asm-linux.gz --]
[-- Type: application/octet-stream, Size: 17154 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-07 21:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-07 21:04 [2.6 patch] #include <asm/bitops.h> -> #include <linux/bitops.h> Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.