Skip to content

Commit

Permalink
MIPS: PNX8550: Remove unnecessary export prom_getcmdline()
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/886/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Feb 27, 2010
1 parent 5eb1df8 commit fcf6735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/mips/nxp/pnx8550/common/prom.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,5 @@ void prom_putchar(char c)
}
}

EXPORT_SYMBOL(prom_getcmdline);
EXPORT_SYMBOL(get_ethernet_addr);
EXPORT_SYMBOL(str2eaddr);

0 comments on commit fcf6735

Please sign in to comment.