mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
458 B

  1. --- ./kernel/svgalib_helper/kernel26compat.h.orig 2003-10-04 16:42:01.000000000 +0300
  2. +++ ./kernel/svgalib_helper/kernel26compat.h 2004-01-11 17:30:25.000000000 +0200
  3. @@ -9,9 +9,12 @@
  4. # define my_io_remap_page_range(vma, start, ofs, len, prot) io_remap_page_range(start,ofs,len,prot)
  5. +#ifndef IRQ_NONE
  6. +/* The newest 2.4 kernels define these ... */
  7. typedef void irqreturn_t;
  8. # define IRQ_NONE
  9. # define IRQ_HANDLED
  10. +#endif
  11. #else /* Kernel 2.6 */