etrax-header.patch 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. diff -Nur linux-2.6.31.4.orig/arch/cris/include/arch-v10/arch/Kbuild linux-2.6.31.4/arch/cris/include/arch-v10/arch/Kbuild
  2. --- linux-2.6.31.4.orig/arch/cris/include/arch-v10/arch/Kbuild 2009-10-12 22:15:40.000000000 +0200
  3. +++ linux-2.6.31.4/arch/cris/include/arch-v10/arch/Kbuild 2009-10-25 09:57:06.167232146 +0100
  4. @@ -1,4 +1,9 @@
  5. +header-y += dma.h
  6. +header-y += io_interface_mux.h
  7. header-y += user.h
  8. header-y += svinto.h
  9. header-y += sv_addr_ag.h
  10. header-y += sv_addr.agh
  11. +header-y += elf.h
  12. +header-y += page.h
  13. +header-y += ptrace.h
  14. diff -Nur linux-2.6.31.4.orig/arch/cris/include/arch-v32/arch/Kbuild linux-2.6.31.4/arch/cris/include/arch-v32/arch/Kbuild
  15. --- linux-2.6.31.4.orig/arch/cris/include/arch-v32/arch/Kbuild 2009-10-12 22:15:40.000000000 +0200
  16. +++ linux-2.6.31.4/arch/cris/include/arch-v32/arch/Kbuild 2009-10-25 09:57:06.167232146 +0100
  17. @@ -1,2 +1,6 @@
  18. header-y += user.h
  19. header-y += cryptocop.h
  20. +header-y += elf.h
  21. +header-y += page.h
  22. +header-y += ptrace.h
  23. +
  24. diff -Nur linux-2.6.31.4.orig/arch/cris/include/asm/Kbuild linux-2.6.31.4/arch/cris/include/asm/Kbuild
  25. --- linux-2.6.31.4.orig/arch/cris/include/asm/Kbuild 2009-10-12 22:15:40.000000000 +0200
  26. +++ linux-2.6.31.4/arch/cris/include/asm/Kbuild 2009-10-25 09:57:06.167232146 +0100
  27. @@ -1,11 +1,14 @@
  28. include include/asm-generic/Kbuild.asm
  29. -header-y += arch-v10/
  30. -header-y += arch-v32/
  31. +header-y += ../arch-v10/arch/
  32. +header-y += ../arch-v32/arch/
  33. +header-y += elf.h
  34. header-y += ethernet.h
  35. header-y += rtc.h
  36. header-y += sync_serial.h
  37. +header-y += page.h
  38. +header-y += user.h
  39. unifdef-y += etraxgpio.h
  40. unifdef-y += rs485.h
  41. diff -Nur linux-2.6.31.4.orig/include/asm-generic/Kbuild linux-2.6.31.4/include/asm-generic/Kbuild
  42. --- linux-2.6.31.4.orig/include/asm-generic/Kbuild 2009-10-12 22:15:40.000000000 +0200
  43. +++ linux-2.6.31.4/include/asm-generic/Kbuild 2009-10-25 10:00:20.743354404 +0100
  44. @@ -3,12 +3,15 @@
  45. header-y += errno-base.h
  46. header-y += errno.h
  47. header-y += fcntl.h
  48. +header-y += getorder.h
  49. header-y += ioctl.h
  50. header-y += ioctls.h
  51. header-y += ipcbuf.h
  52. +header-y += memory_model.h
  53. header-y += mman-common.h
  54. header-y += mman.h
  55. header-y += msgbuf.h
  56. +header-y += page.h
  57. header-y += param.h
  58. header-y += poll.h
  59. header-y += posix_types.h
  60. diff -Nur linux-2.6.31.4.orig/include/linux/Kbuild linux-2.6.31.4/include/linux/Kbuild
  61. --- linux-2.6.31.4.orig/include/linux/Kbuild 2009-10-12 22:15:40.000000000 +0200
  62. +++ linux-2.6.31.4/include/linux/Kbuild 2009-10-25 09:57:06.207234174 +0100
  63. @@ -160,6 +160,7 @@
  64. header-y += udf_fs_i.h
  65. header-y += ultrasound.h
  66. header-y += un.h
  67. +header-y += user.h
  68. header-y += utime.h
  69. header-y += veth.h
  70. header-y += videotext.h