diff options
Diffstat (limited to 'src/superio')
-rw-r--r-- | src/superio/NSC/pc87360/superio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/NSC/pc87360/superio.c b/src/superio/NSC/pc87360/superio.c index 69eeb31e09..af7d72bf57 100644 --- a/src/superio/NSC/pc87360/superio.c +++ b/src/superio/NSC/pc87360/superio.c @@ -71,6 +71,5 @@ static void enable_dev(struct device *dev) } struct chip_operations superio_NSC_pc87360_ops = { - .name = "NSC 87360", .enable_dev = enable_dev, }; |