diff options
Diffstat (limited to 'src/northbridge/intel')
-rw-r--r-- | src/northbridge/intel/e7501/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/e7505/chip.h | 2 | ||||
-rw-r--r-- | src/northbridge/intel/e7520/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/e7525/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i3100/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i440bx/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i440lx/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i5000/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i82810/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i82830/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i855/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/i945/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/sandybridge/chip.h | 1 | ||||
-rw-r--r-- | src/northbridge/intel/sch/chip.h | 1 |
14 files changed, 0 insertions, 15 deletions
diff --git a/src/northbridge/intel/e7501/chip.h b/src/northbridge/intel/e7501/chip.h index 458510bc9e..112c03cdc4 100644 --- a/src/northbridge/intel/e7501/chip.h +++ b/src/northbridge/intel/e7501/chip.h @@ -2,4 +2,3 @@ struct northbridge_intel_e7501_config { }; -extern struct chip_operations northbridge_intel_e7501_ops; diff --git a/src/northbridge/intel/e7505/chip.h b/src/northbridge/intel/e7505/chip.h index 9677dca044..8fd3cdcfb0 100644 --- a/src/northbridge/intel/e7505/chip.h +++ b/src/northbridge/intel/e7505/chip.h @@ -2,5 +2,3 @@ struct northbridge_intel_e7505_config { }; -extern struct chip_operations northbridge_intel_e7505_ops; - diff --git a/src/northbridge/intel/e7520/chip.h b/src/northbridge/intel/e7520/chip.h index b02b8b8ad7..99833bd4a4 100644 --- a/src/northbridge/intel/e7520/chip.h +++ b/src/northbridge/intel/e7520/chip.h @@ -4,4 +4,3 @@ struct northbridge_intel_e7520_config unsigned int intrline; }; -extern struct chip_operations northbridge_intel_e7520_ops; diff --git a/src/northbridge/intel/e7525/chip.h b/src/northbridge/intel/e7525/chip.h index 7daadefefe..c7783d40c1 100644 --- a/src/northbridge/intel/e7525/chip.h +++ b/src/northbridge/intel/e7525/chip.h @@ -4,4 +4,3 @@ struct northbridge_intel_e7525_config unsigned int intrline; }; -extern struct chip_operations northbridge_intel_e7525_ops; diff --git a/src/northbridge/intel/i3100/chip.h b/src/northbridge/intel/i3100/chip.h index 0ed31a48a8..76e81dde68 100644 --- a/src/northbridge/intel/i3100/chip.h +++ b/src/northbridge/intel/i3100/chip.h @@ -23,4 +23,3 @@ struct northbridge_intel_i3100_config u16 intrline; }; -extern struct chip_operations northbridge_intel_i3100_ops; diff --git a/src/northbridge/intel/i440bx/chip.h b/src/northbridge/intel/i440bx/chip.h index a43a20cac1..15ecb4d735 100644 --- a/src/northbridge/intel/i440bx/chip.h +++ b/src/northbridge/intel/i440bx/chip.h @@ -22,4 +22,3 @@ struct northbridge_intel_i440bx_config { }; -extern struct chip_operations northbridge_intel_i440bx_ops; diff --git a/src/northbridge/intel/i440lx/chip.h b/src/northbridge/intel/i440lx/chip.h index 8d800f8cac..19a9b26980 100644 --- a/src/northbridge/intel/i440lx/chip.h +++ b/src/northbridge/intel/i440lx/chip.h @@ -22,4 +22,3 @@ struct northbridge_intel_i440lx_config { }; -extern struct chip_operations northbridge_intel_i440lx_ops; diff --git a/src/northbridge/intel/i5000/chip.h b/src/northbridge/intel/i5000/chip.h index a23be90df7..214ffcf23b 100644 --- a/src/northbridge/intel/i5000/chip.h +++ b/src/northbridge/intel/i5000/chip.h @@ -20,4 +20,3 @@ struct northbridge_intel_i5000_config { }; -extern struct chip_operations northbridge_intel_i5000_ops; diff --git a/src/northbridge/intel/i82810/chip.h b/src/northbridge/intel/i82810/chip.h index f8c523e067..c57167756a 100644 --- a/src/northbridge/intel/i82810/chip.h +++ b/src/northbridge/intel/i82810/chip.h @@ -21,4 +21,3 @@ struct northbridge_intel_i82810_config { }; -extern struct chip_operations northbridge_intel_i82810_ops; diff --git a/src/northbridge/intel/i82830/chip.h b/src/northbridge/intel/i82830/chip.h index af398f5e23..d0360fe925 100644 --- a/src/northbridge/intel/i82830/chip.h +++ b/src/northbridge/intel/i82830/chip.h @@ -21,4 +21,3 @@ struct northbridge_intel_i82830_config { }; -extern struct chip_operations northbridge_intel_i82830_ops; diff --git a/src/northbridge/intel/i855/chip.h b/src/northbridge/intel/i855/chip.h index f98fe7b40a..40b1d38e1a 100644 --- a/src/northbridge/intel/i855/chip.h +++ b/src/northbridge/intel/i855/chip.h @@ -22,4 +22,3 @@ struct northbridge_intel_i855_config { }; -extern struct chip_operations northbridge_intel_i855_ops; diff --git a/src/northbridge/intel/i945/chip.h b/src/northbridge/intel/i945/chip.h index 6c51394d90..2deb985bb0 100644 --- a/src/northbridge/intel/i945/chip.h +++ b/src/northbridge/intel/i945/chip.h @@ -20,4 +20,3 @@ struct northbridge_intel_i945_config { }; -extern struct chip_operations northbridge_intel_i945_ops; diff --git a/src/northbridge/intel/sandybridge/chip.h b/src/northbridge/intel/sandybridge/chip.h index bd89787463..05034f1a5a 100644 --- a/src/northbridge/intel/sandybridge/chip.h +++ b/src/northbridge/intel/sandybridge/chip.h @@ -40,4 +40,3 @@ struct northbridge_intel_sandybridge_config { u32 gpu_pch_backlight; /* PCH Backlight PWM value */ }; -extern struct chip_operations northbridge_intel_sandybridge_ops; diff --git a/src/northbridge/intel/sch/chip.h b/src/northbridge/intel/sch/chip.h index 52c2b164c1..b3aebd35c8 100644 --- a/src/northbridge/intel/sch/chip.h +++ b/src/northbridge/intel/sch/chip.h @@ -20,4 +20,3 @@ struct northbridge_intel_sch_config { }; -extern struct chip_operations northbridge_intel_sch_ops; |