Commit 9b373899 authored by YueHaibing's avatar YueHaibing Committed by Michael Ellerman
Browse files

powerpc/pseries/memhotplug: Remove unused inline function dlpar_memory_remove()

parent 34f7f798
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -585,10 +585,6 @@ static inline int pseries_remove_mem_node(struct device_node *np)
{
	return 0;
}
static inline int dlpar_memory_remove(struct pseries_hp_errorlog *hp_elog)
{
	return -EOPNOTSUPP;
}
static int dlpar_remove_lmb(struct drmem_lmb *lmb)
{
	return -EOPNOTSUPP;