aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx800/vx800.h
diff options
context:
space:
mode:
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-10-31 08:26:21 +1100
committerEdward O'Callaghan <eocallaghan@alterapraxis.com>2014-11-01 21:16:40 +0100
commitd2040737a9c3e07fee5392079dea88988ad8c56c (patch)
treec27601a1654dd66d5e7830515320147c88dfa9e7 /src/northbridge/via/vx800/vx800.h
parent812d2a47d4cdc0475dd06c14623881ca9d543c99 (diff)
northbridge/via: Use DEVICE_NOOP macro over dummy symbol
Change-Id: Ib9d0fae363c5c1fbed3a63cb8aa86716cf1f9ee1 Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7289 Tested-by: build bot (Jenkins) Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Diffstat (limited to 'src/northbridge/via/vx800/vx800.h')
-rw-r--r--src/northbridge/via/vx800/vx800.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/northbridge/via/vx800/vx800.h b/src/northbridge/via/vx800/vx800.h
index adfe27209a..ae944efcb1 100644
--- a/src/northbridge/via/vx800/vx800.h
+++ b/src/northbridge/via/vx800/vx800.h
@@ -20,13 +20,6 @@
#ifndef VX800_H
#define VX800_H 1
-#ifndef __PRE_RAM__
-#include <device/device.h>
-static inline void vx800_noop(device_t dev)
-{
-}
-#endif
-
#ifdef __PRE_RAM__
/* vx800_early_smbus.c */
struct mem_controller;