Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350961
b: refs/heads/master
c: 09212fd
h: refs/heads/master
i:
  350959: a0a35c3
v: v3
  • Loading branch information
Rafael J. Wysocki committed Jan 25, 2013
1 parent 5db7361 commit 1e71247
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51fac8388a0325a43f0ae67453ece2c373e2ec28
refs/heads/master: 09212fddc8661e67a964d91a6584209784f52500
2 changes: 0 additions & 2 deletions trunk/include/acpi/acpi_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,11 @@ struct acpi_device;

typedef int (*acpi_op_add) (struct acpi_device * device);
typedef int (*acpi_op_remove) (struct acpi_device * device);
typedef int (*acpi_op_start) (struct acpi_device * device);
typedef void (*acpi_op_notify) (struct acpi_device * device, u32 event);

struct acpi_device_ops {
acpi_op_add add;
acpi_op_remove remove;
acpi_op_start start;
acpi_op_notify notify;
};

Expand Down

0 comments on commit 1e71247

Please sign in to comment.