X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=include%2Fasm-sparc64%2Foplib.h;h=55c5bb27e4da241cc1eae429f0ca36d1fb103dea;hb=9ef9dc69d4167276c04590d67ee55de8380bc1ad;hp=86dc5c018a197f0fdb3b36162ca468337bf8aa7a;hpb=8b80fc02b829a59602b0f53eb9393ffb2db2659d;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-sparc64/oplib.h b/include/asm-sparc64/oplib.h index 86dc5c018a1..55c5bb27e4d 100644 --- a/include/asm-sparc64/oplib.h +++ b/include/asm-sparc64/oplib.h @@ -297,11 +297,7 @@ extern void prom_sun4v_guest_soft_state(void); extern int prom_ihandle2path(int handle, char *buffer, int bufsize); /* Client interface level routines. */ -extern void prom_set_trap_table(unsigned long tba); -extern void prom_set_trap_table_sun4v(unsigned long tba, unsigned long mmfsa); - extern long p1275_cmd(const char *, long, ...); - #if 0 #define P1275_SIZE(x) ((((long)((x) / 32)) << 32) | (x))