aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-powerpc/ps3.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h
index 4f753907bbf9..433c38eb61ae 100644
--- a/include/asm-powerpc/ps3.h
+++ b/include/asm-powerpc/ps3.h
@@ -407,23 +407,6 @@ static inline void *ps3_system_bus_get_driver_data(
407 407
408extern struct bus_type ps3_system_bus_type; 408extern struct bus_type ps3_system_bus_type;
409 409
410/* vuart routines */
411
412struct ps3_vuart_port_priv;
413
414/**
415 * struct ps3_vuart_port_device - a device on a vuart port
416 */
417
418struct ps3_vuart_port_device {
419 enum ps3_match_id match_id;
420 struct device core;
421 struct ps3_vuart_port_priv* priv; /* private driver variables */
422
423};
424
425int ps3_vuart_port_device_register(struct ps3_vuart_port_device *dev);
426
427/* system manager */ 410/* system manager */
428 411
429#ifdef CONFIG_PS3_SYS_MANAGER 412#ifdef CONFIG_PS3_SYS_MANAGER