patch-2.4.20 linux-2.4.20/include/asm-ppc64/prom.h

Next file: linux-2.4.20/include/asm-ppc64/rtas.h
Previous file: linux-2.4.20/include/asm-ppc64/processor.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-ppc64/prom.h linux-2.4.20/include/asm-ppc64/prom.h
@@ -128,7 +128,6 @@
 	int	busno;			/* for pci devices */
 	int	devfn;			/* for pci devices */
 	struct  pci_controller *phb;	/* for pci devices */
-	int	status;			/* current status of device */
 	struct	TceTable *tce_table;	/* for phb's or bridges */
 #define DN_STATUS_BIST_FAILED (1<<0)
 	struct	property *properties;
@@ -195,8 +194,5 @@
 extern int prom_n_addr_cells(struct device_node* np);
 extern int prom_n_size_cells(struct device_node* np);
 extern void prom_get_irq_senses(unsigned char *senses, int off, int max);
-extern void prom_drawstring(const char *c);
-extern void prom_drawhex(unsigned long v);
-extern void prom_drawchar(char c);
 
 #endif /* _PPC64_PROM_H */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)