Fix a LOT of implicit function declarations before they become errors.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3822 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -35,4 +35,8 @@
|
||||
/* the FB size in MB (min is 8MB max is 512MB) */
|
||||
#define K8M890_FBSIZEMB 64
|
||||
|
||||
#include <device/device.h>
|
||||
extern void writeback(struct device *dev, u16 where, u8 what);
|
||||
extern void dump_south(device_t dev);
|
||||
|
||||
#endif
|
||||
|
@@ -21,6 +21,7 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <console/console.h>
|
||||
#include "k8t890.h"
|
||||
|
||||
static void bridge_enable(struct device *dev)
|
||||
{
|
||||
|
@@ -22,6 +22,7 @@
|
||||
#include <device/pci_ops.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include <console/console.h>
|
||||
#include "k8t890.h"
|
||||
|
||||
/* this may be later merged */
|
||||
|
||||
|
@@ -22,6 +22,7 @@
|
||||
#include <device/pci.h>
|
||||
#include <device/pciexp.h>
|
||||
#include <device/pci_ids.h>
|
||||
#include "k8t890.h"
|
||||
|
||||
static void peg_init(struct device *dev)
|
||||
{
|
||||
|
@@ -23,6 +23,8 @@
|
||||
#include <console/console.h>
|
||||
#include "k8t890.h"
|
||||
|
||||
extern unsigned long log2(unsigned long x);
|
||||
|
||||
static void mmconfig_set_resources(device_t dev)
|
||||
{
|
||||
struct resource *resource;
|
||||
|
Reference in New Issue
Block a user