diff options
author | 2007-12-31 05:54:46 +0000 | |
---|---|---|
committer | 2007-12-31 05:54:46 +0000 | |
commit | 349b029ba90964f56425cbc1302bf818bb90ffbb (patch) | |
tree | f1ebec2269ff3bb74615e28fe6bd33a49530fbf9 /src/patchsets/gentoo-headers/2.6.23 | |
parent | QEmacs entry updated. (diff) | |
download | gentoo-349b029ba90964f56425cbc1302bf818bb90ffbb.tar.gz gentoo-349b029ba90964f56425cbc1302bf818bb90ffbb.tar.bz2 gentoo-349b029ba90964f56425cbc1302bf818bb90ffbb.zip |
have asm-x86_64/msr.h pull in linux/types.h #197057
Diffstat (limited to 'src/patchsets/gentoo-headers/2.6.23')
-rw-r--r-- | src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch b/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch index 2f4461ed79..3ae67be910 100644 --- a/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch +++ b/src/patchsets/gentoo-headers/2.6.23/09_all_include-other-linux-headers.patch @@ -760,3 +760,13 @@ index 8bcddcc..a84b922 100644 /* * Based on the MROUTING 3.5 defines primarily to keep +--- a/include/asm-x86_64/msr.h ++++ b/include/asm-x86_64/msr.h +@@ -5,6 +5,7 @@ + + #ifndef __ASSEMBLY__ + #include <linux/errno.h> ++#include <linux/types.h> + /* + * Access to machine-specific registers (available on 586 and better only) + * Note: the rd* operations modify the parameters directly (without using |