[coreboot] r914 - coreboot-v3/superio/fintek/f71805f

svn at coreboot.org svn at coreboot.org
Fri Oct 10 22:37:02 CEST 2008


Author: cozzie
Date: 2008-10-10 22:37:02 +0200 (Fri, 10 Oct 2008)
New Revision: 914

Modified:
   coreboot-v3/superio/fintek/f71805f/f71805f.h
   coreboot-v3/superio/fintek/f71805f/superio.c
Log:
Fix (read: hide) some warning on F71805F until the port gets completed (trivial).

Signed-off-by: Corey Osgood <corey.osgood at gmail.com>
Acked-by: Corey Osgood <corey.osgood at gmail.com>



Modified: coreboot-v3/superio/fintek/f71805f/f71805f.h
===================================================================
--- coreboot-v3/superio/fintek/f71805f/f71805f.h	2008-10-09 22:19:53 UTC (rev 913)
+++ coreboot-v3/superio/fintek/f71805f/f71805f.h	2008-10-10 20:37:02 UTC (rev 914)
@@ -26,6 +26,8 @@
  *  - Revision: V0.25P
  */ 
 
+void f71805f_enable_serial(u8, u8, u16);
+
 /* Logical Device Numbers (LDN). */
 #define	F71805F_FDC	0x00	/* Floppy */
 #define	F71805F_SP1	0x01	/* UART1 */

Modified: coreboot-v3/superio/fintek/f71805f/superio.c
===================================================================
--- coreboot-v3/superio/fintek/f71805f/superio.c	2008-10-09 22:19:53 UTC (rev 913)
+++ coreboot-v3/superio/fintek/f71805f/superio.c	2008-10-10 20:37:02 UTC (rev 914)
@@ -29,7 +29,6 @@
 #include <statictree.h>
 #include "f71805f.h"
 
-static void enable_dev(struct device *dev);
 void f71805f_pnp_set_resources(struct device *dev);
 void f71805f_pnp_set_resources(struct device *dev);
 void f71805f_pnp_enable_resources(struct device *dev);
@@ -73,7 +72,7 @@
 
 static void f71805f_init(struct device *dev)
 {
-	struct superio_fintek_f71805f_config *conf = dev->device_configuration;
+	//struct superio_fintek_f71805f_config *conf = dev->device_configuration;
 	struct resource *res0, *res1;
 
 	if (!dev->enabled)





More information about the coreboot mailing list