nvidia/ck804: Minor cleanup on dead code

Change-Id: I07f4190ab73ec3468e3738be14d64468e2a05720
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/8340
Tested-by: build bot (Jenkins)
Reviewed-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
Kyösti Mälkki
2015-02-03 08:43:51 +02:00
parent 413e3da8c0
commit b4fa3fd2ae
12 changed files with 0 additions and 31 deletions

View File

@@ -67,7 +67,6 @@ static struct device_operations ide_ops = {
.enable_resources = pci_dev_enable_resources,
.init = ide_init,
.scan_bus = 0,
// .enable = ck804_enable,
.ops_pci = &ck804_pci_ops,
};