diff options
Diffstat (limited to 'src/northbridge/via')
-rw-r--r-- | src/northbridge/via/vx900/lpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx900/lpc.c b/src/northbridge/via/vx900/lpc.c index b90e2d42be..b9dac56921 100644 --- a/src/northbridge/via/vx900/lpc.c +++ b/src/northbridge/via/vx900/lpc.c @@ -209,7 +209,7 @@ static void vx900_lpc_read_resources(struct device *dev) static void vx900_lpc_set_resources(struct device *dev) { struct resource *mmio, *spi; - u32 reg; + u32 reg; mmio = find_resource(dev, VX900_MMCONFIG_MBAR); if (mmio) { |