Skip to content

Commit

Permalink
sparc: Eliminate PROMLIB_INTERNAL as it does nothing
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Julian Calaby authored and David S. Miller committed Jan 9, 2009
1 parent bc83597 commit 222bfda
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions arch/sparc/kernel/sparc_ksyms_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be)
*/

#define PROMLIB_INTERNAL

#include <linux/module.h>
#include <linux/init.h>

Expand Down
2 changes: 0 additions & 2 deletions arch/sparc/kernel/sparc_ksyms_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* Copyright (C) 1999 Jakub Jelinek (jj@ultra.linux.cz)
*/

#define PROMLIB_INTERNAL

#include <linux/module.h>
#include <linux/pci.h>
#include <linux/init.h>
Expand Down
2 changes: 0 additions & 2 deletions arch/sparc/prom/tree_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/

#define PROMLIB_INTERNAL

#include <linux/string.h>
#include <linux/types.h>
#include <linux/kernel.h>
Expand Down

0 comments on commit 222bfda

Please sign in to comment.