X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Ftyan%2Fs2881%2Fmainboard.c;h=1c86e86f73589713ad74c785a0bf3d9e08d5cb1f;hb=3081bdfa44b89c2fa34eee902c13e0d1d618bff3;hp=79c68b7dbb172b176142567b55b3789ffabf101c;hpb=77cf00850f457e799f7b05ee9c98fb6b990b2514;p=coreboot.git diff --git a/src/mainboard/tyan/s2881/mainboard.c b/src/mainboard/tyan/s2881/mainboard.c index 79c68b7db..1c86e86f7 100644 --- a/src/mainboard/tyan/s2881/mainboard.c +++ b/src/mainboard/tyan/s2881/mainboard.c @@ -158,9 +158,7 @@ static void enable_dev(struct device *dev) dev->ops = &mainboard_operations; } -#if CONFIG_CHIP_NAME == 1 struct chip_operations mainboard_ops = { CHIP_NAME("Tyan S2881 Mainboard") .enable_dev = enable_dev, }; -#endif