Fix (read: hide) some warning on F71805F until the port gets completed (trivial).

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



git-svn-id: svn://coreboot.org/repository/coreboot-v3@914 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Corey Osgood 2008-10-10 20:37:02 +00:00
commit 8647942e82
2 changed files with 3 additions and 2 deletions

View file

@ -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 */

View file

@ -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 @@ void f71805f_pnp_enable(struct device *dev)
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)