i3200_edac: Make a local function static
[deliverable/linux.git] / drivers / edac / i3200_edac.c
index aa44c1718f50382eac5a87b1c9bef5e33db020e1..be10a74b16ea7132cf895acaf51a03eaec5ae9d5 100644 (file)
@@ -260,8 +260,7 @@ static void i3200_check(struct mem_ctl_info *mci)
        i3200_process_error_info(mci, &info);
 }
 
-
-void __iomem *i3200_map_mchbar(struct pci_dev *pdev)
+static void __iomem *i3200_map_mchbar(struct pci_dev *pdev)
 {
        union {
                u64 mchbar;
This page took 0.072321 seconds and 5 git commands to generate.