Skip to content

Commit

Permalink
powerpc: Remove stale function prototypes from setup.h
Browse files Browse the repository at this point in the history
I noticed a couple of function prototypes for functions that
no longer exist. Remove them.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Anton Blanchard authored and Benjamin Herrenschmidt committed Nov 15, 2012
1 parent 560285c commit 5e0f9ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/include/asm/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ extern unsigned long long memory_limit;
extern unsigned long klimit;
extern void *zalloc_maybe_bootmem(size_t size, gfp_t mask);

extern void via_cuda_init(void);
extern void read_rtc_time(void);
extern void pmac_find_display(void);

struct device_node;
extern void note_scsi_host(struct device_node *, void *);

Expand Down

0 comments on commit 5e0f9ea

Please sign in to comment.