Skip to content

Commit

Permalink
EDAC, ghes: Remove symbol exports
Browse files Browse the repository at this point in the history
They're called from builtin code so no need for the exports.

Signed-off-by: Borislav Petkov <bp@suse.de>
  • Loading branch information
Borislav Petkov committed Sep 25, 2017
1 parent 75f029c commit c9c8b4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/edac/ghes_edac.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ void ghes_edac_report_mem_error(struct ghes *ghes, int sev,
/* Report the error via EDAC API */
edac_raw_mc_handle_error(type, mci, e);
}
EXPORT_SYMBOL_GPL(ghes_edac_report_mem_error);

int ghes_edac_register(struct ghes *ghes, struct device *dev)
{
Expand Down Expand Up @@ -505,7 +504,6 @@ int ghes_edac_register(struct ghes *ghes, struct device *dev)
mutex_unlock(&ghes_edac_lock);
return 0;
}
EXPORT_SYMBOL_GPL(ghes_edac_register);

void ghes_edac_unregister(struct ghes *ghes)
{
Expand All @@ -521,4 +519,3 @@ void ghes_edac_unregister(struct ghes *ghes)
}
}
}
EXPORT_SYMBOL_GPL(ghes_edac_unregister);

0 comments on commit c9c8b4d

Please sign in to comment.