patch-2.4.0-test9 linux/drivers/video/acornfb.h

Next file: linux/drivers/video/aty.h
Previous file: linux/drivers/video/acornfb.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/drivers/video/acornfb.h linux/drivers/video/acornfb.h
@@ -1,16 +1,20 @@
 /*
- * linux/drivers/video/acornfb.h
+ *  linux/drivers/video/acornfb.h
  *
- * Copyright (C) 1998,1999 Russell King
+ *  Copyright (C) 1998,1999 Russell King
  *
- * Frame buffer code for Acorn platforms
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ *  Frame buffer code for Acorn platforms
  */
 #if defined(HAS_VIDC20)
-#include <asm/iomd.h>
+#include <asm/hardware/iomd.h>
 #define VIDC_PALETTE_SIZE	256
 #define VIDC_NAME		"VIDC20"
 #elif defined(HAS_VIDC)
-#include <asm/memc.h>
+#include <asm/hardware/memc.h>
 #define VIDC_PALETTE_SIZE	16
 #define VIDC_NAME		"VIDC"
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)