diff options
Diffstat (limited to 'src/northbridge')
-rw-r--r-- | src/northbridge/via/vt8623/northbridge.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/via/vt8623/northbridge.c b/src/northbridge/via/vt8623/northbridge.c index 73b498aa3e..bd128b9cc9 100644 --- a/src/northbridge/via/vt8623/northbridge.c +++ b/src/northbridge/via/vt8623/northbridge.c @@ -20,6 +20,7 @@ * slower than normal, ethernet drops packets). * Apparently these registers govern some sort of bus master behavior. */ +#if 0 static void dump_dev(device_t dev) { int i,j; @@ -32,6 +33,8 @@ static void dump_dev(device_t dev) printk_debug("\n"); } } +#endif + static void northbridge_init(device_t dev) { device_t fb_dev; |