aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_940/socket_940.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_940/socket_940.c')
-rw-r--r--src/cpu/amd/socket_940/socket_940.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/amd/socket_940/socket_940.c b/src/cpu/amd/socket_940/socket_940.c
index d412538ed1..dc825a214f 100644
--- a/src/cpu/amd/socket_940/socket_940.c
+++ b/src/cpu/amd/socket_940/socket_940.c
@@ -1,8 +1,6 @@
#include <device/device.h>
#include "chip.h"
-#if CONFIG_CHIP_NAME == 1
struct chip_operations cpu_amd_socket_940_ops = {
CHIP_NAME("socket 940")
};
-#endif