mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
The Great ATSPI Renaming, part 5: rename "struct atspi_driver" to "atrf_driver"
- lib/driver.h: rename "struct atspi_driver" to "struct atrf_driver" - lib/atrf.c, lib/atusb.c, lib/atusd.c: track above change
This commit is contained in:
@@ -314,7 +314,7 @@ static int atusd_interrupt(void *handle)
|
||||
/* ----- Driver interface -------------------------------------------------- */
|
||||
|
||||
|
||||
struct atspi_driver atusd_driver = {
|
||||
struct atrf_driver atusd_driver = {
|
||||
.name = "uSD",
|
||||
.open = atusd_open,
|
||||
.close = atusd_close,
|
||||
|
||||
Reference in New Issue
Block a user