linux-2.6.21.5-001-add-linkage-header.patch 765 B

123456789101112131415161718
  1. diff -ur linux-2.6.21.5/include/asm-arm/Kbuild linux-2.6.21.5-patched/include/asm-arm/Kbuild
  2. --- linux-2.6.21.5/include/asm-arm/Kbuild 2007-06-11 13:37:06.000000000 -0500
  3. +++ linux-2.6.21.5-patched/include/asm-arm/Kbuild 2008-02-27 18:17:46.999128276 -0600
  4. @@ -1 +1,3 @@
  5. include include/asm-generic/Kbuild.asm
  6. +
  7. +header-y += linkage.h
  8. diff -ur linux-2.6.21.5/include/linux/Kbuild linux-2.6.21.5-patched/include/linux/Kbuild
  9. --- linux-2.6.21.5/include/linux/Kbuild 2007-06-11 13:37:06.000000000 -0500
  10. +++ linux-2.6.21.5-patched/include/linux/Kbuild 2008-02-27 18:15:05.921149678 -0600
  11. @@ -100,6 +100,7 @@
  12. header-y += jffs2.h
  13. header-y += keyctl.h
  14. header-y += limits.h
  15. +header-y += linkage.h
  16. header-y += lock_dlm_plock.h
  17. header-y += magic.h
  18. header-y += major.h