forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 1f93a7dfd1f8d5ff7a5c53246c7534fe2332d6f4
kernel/drivers/s390/cio/qdio_debug.h
....@@ -64,10 +64,8 @@
6464 debug_event(dev->debug_area, level, addr, len);
6565 }
6666
67
-int qdio_allocate_dbf(struct qdio_initialize *init_data,
68
- struct qdio_irq *irq_ptr);
69
-void qdio_setup_debug_entries(struct qdio_irq *irq_ptr,
70
- struct ccw_device *cdev);
67
+int qdio_allocate_dbf(struct qdio_irq *irq_ptr);
68
+void qdio_setup_debug_entries(struct qdio_irq *irq_ptr);
7169 void qdio_shutdown_debug_entries(struct qdio_irq *irq_ptr);
7270 int qdio_debug_init(void);
7371 void qdio_debug_exit(void);