Re: pre-2.1.109-2..

Trevor Johnson (trevor@jpj.net)
Mon, 13 Jul 1998 05:18:04 -0400 (EDT)


There were a few warnings from "make checkconfig":

drivers/char/vc_screen.c: 23: <linux/config.h> not needed.
drivers/scsi/ncr53c8xx.h: 49: need CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT.
drivers/sound/msnd_classic.c: 1168: need CONFIG_MSNDCLAS_IO.
drivers/sound/msnd_classic.c: 1169: need CONFIG_MSNDCLAS_IRQ.
drivers/sound/msnd_classic.c: 1170: need CONFIG_MSNDCLAS_MEM.
drivers/sound/msnd_pinnacle.c: 1218: need CONFIG_MSNDPIN_IO.
drivers/sound/msnd_pinnacle.c: 1219: need CONFIG_MSNDPIN_IRQ.
drivers/sound/msnd_pinnacle.c: 1220: need CONFIG_MSNDPIN_MEM.
drivers/sound/sound_core.c: 324: need CONFIG_SOUND_SONICVIBES.
drivers/sound/sound_core.c: 327: need CONFIG_SOUND_ES1370.
drivers/sound/sound_core.c: 330: need CONFIG_SOUND_ES1371.
drivers/sound/sound_core.c: 333: need CONFIG_SOUND_MSNDCLAS.
drivers/sound/sound_core.c: 336: need CONFIG_SOUND_MSNDPIN.
drivers/video/promfb.c: 6: <linux/config.h> not needed.
fs/coda/stats.c: 10: <linux/config.h> not needed.
include/linux/console_struct.h: 13: <linux/config.h> not needed.
include/linux/vt_kern.h: 63: need CONFIG_PMAC_CONSOLE.
include/linux/vt_kern.h: 63: need CONFIG_FB_COMPAT_XPMAC.

This patch is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
___
Trevor Johnson

diff -ru linux-pre-2.1.109-2/drivers/char/vc_screen.c linux-pre-2.1.109-2-local/drivers/char/vc_screen.c
--- linux-pre-2.1.109-2/drivers/char/vc_screen.c Mon Jul 13 01:04:49 1998
+++ linux-pre-2.1.109-2-local/drivers/char/vc_screen.c Mon Jul 13 02:02:29 1998
@@ -20,8 +20,6 @@
* - making it shorter - scr_readw are macros which expand in PRETTY long code
*/

-#include <linux/config.h>
-
#include <linux/kernel.h>
#include <linux/major.h>
#include <linux/errno.h>
diff -ru linux-pre-2.1.109-2/drivers/scsi/ncr53c8xx.h linux-pre-2.1.109-2-local/drivers/scsi/ncr53c8xx.h
--- linux-pre-2.1.109-2/drivers/scsi/ncr53c8xx.h Wed Jul 1 00:29:27 1998
+++ linux-pre-2.1.109-2-local/drivers/scsi/ncr53c8xx.h Mon Jul 13 02:07:39 1998
@@ -46,6 +46,7 @@
#define CONFIG_SCSI_NCR53C8XX_PROFILE
#endif

+#include <linux/config.h>
#ifndef CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT
#define CONFIG_SCSI_NCR53C8XX_NVRAM_DETECT
#endif
@@ -62,7 +63,6 @@
#if !defined(LINUX_VERSION_CODE)
#include <linux/version.h>
#endif
-#include <linux/config.h>

#define LinuxVersionCode(v, p, s) (((v)<<16)+((p)<<8)+(s))

diff -ru linux-pre-2.1.109-2/drivers/sound/msnd_classic.c linux-pre-2.1.109-2-local/drivers/sound/msnd_classic.c
--- linux-pre-2.1.109-2/drivers/sound/msnd_classic.c Mon Jul 13 01:04:53 1998
+++ linux-pre-2.1.109-2-local/drivers/sound/msnd_classic.c Mon Jul 13 02:02:53 1998
@@ -24,6 +24,7 @@
*
********************************************************************/

+#include <linux/config.h>
#include <linux/module.h>
#include <linux/malloc.h>
#include <linux/types.h>
diff -ru linux-pre-2.1.109-2/drivers/sound/msnd_pinnacle.c linux-pre-2.1.109-2-local/drivers/sound/msnd_pinnacle.c
--- linux-pre-2.1.109-2/drivers/sound/msnd_pinnacle.c Mon Jul 13 01:04:53 1998
+++ linux-pre-2.1.109-2-local/drivers/sound/msnd_pinnacle.c Mon Jul 13 02:03:06 1998
@@ -24,6 +24,7 @@
*
********************************************************************/

+#include <linux/config.h>
#include <linux/module.h>
#include <linux/malloc.h>
#include <linux/types.h>
diff -ru linux-pre-2.1.109-2/drivers/sound/sound_core.c linux-pre-2.1.109-2-local/drivers/sound/sound_core.c
--- linux-pre-2.1.109-2/drivers/sound/sound_core.c Mon Jul 13 01:04:54 1998
+++ linux-pre-2.1.109-2-local/drivers/sound/sound_core.c Mon Jul 13 02:03:19 1998
@@ -34,6 +34,7 @@
* locking at some point in 2.3.x.
*/

+#include <linux/config.h>
#include <linux/module.h>
#include <linux/malloc.h>
#include <linux/types.h>
diff -ru linux-pre-2.1.109-2/drivers/video/promfb.c linux-pre-2.1.109-2-local/drivers/video/promfb.c
--- linux-pre-2.1.109-2/drivers/video/promfb.c Mon Jul 13 01:04:55 1998
+++ linux-pre-2.1.109-2-local/drivers/video/promfb.c Mon Jul 13 02:03:25 1998
@@ -3,7 +3,6 @@
* Copyright (C) 1998 Eddie C. Dost (ecd@skynet.be)
*/

-#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
diff -ru linux-pre-2.1.109-2/fs/coda/stats.c linux-pre-2.1.109-2-local/fs/coda/stats.c
--- linux-pre-2.1.109-2/fs/coda/stats.c Mon Jul 13 01:04:56 1998
+++ linux-pre-2.1.109-2-local/fs/coda/stats.c Mon Jul 13 02:03:29 1998
@@ -7,7 +7,6 @@
*
*/

-#include <linux/config.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/sysctl.h>
diff -ru linux-pre-2.1.109-2/include/linux/console_struct.h linux-pre-2.1.109-2-local/include/linux/console_struct.h
--- linux-pre-2.1.109-2/include/linux/console_struct.h Mon Jul 13 01:04:59 1998
+++ linux-pre-2.1.109-2-local/include/linux/console_struct.h Mon Jul 13 02:03:34 1998
@@ -10,8 +10,6 @@
*/
#define CUR_DEFAULT CUR_UNDERLINE

-#include <linux/config.h>
-
#define NPAR 16

struct vc_data {
diff -ru linux-pre-2.1.109-2/include/linux/vt_kern.h linux-pre-2.1.109-2-local/include/linux/vt_kern.h
--- linux-pre-2.1.109-2/include/linux/vt_kern.h Mon Jul 13 01:05:01 1998
+++ linux-pre-2.1.109-2-local/include/linux/vt_kern.h Mon Jul 13 02:03:41 1998
@@ -1,3 +1,4 @@
+#include <linux/config.h>
#ifndef _VT_KERN_H
#define _VT_KERN_H

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html