Skip to content

Commit

Permalink
acpi_button: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Oct 24, 2013
1 parent c560313 commit c1da0e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 174 deletions.
10 changes: 0 additions & 10 deletions src/add-ons/kernel/drivers/power/acpi_button/Jamfile
@@ -1,15 +1,5 @@
SubDir HAIKU_TOP src add-ons kernel drivers power acpi_button ;

SetSubDirSupportedPlatformsBeOSCompatible ;

if $(TARGET_PLATFORM) != haiku {
# Needed for <ACPI.h>. Unfortunately we also get the other headers there,
# that we don't really want.
UsePublicHeaders drivers ;
}

KernelAddon acpi_button :
acpi_button.cpp
;

Depends acpi_button : acpi ;
163 changes: 0 additions & 163 deletions src/add-ons/kernel/drivers/power/acpi_button/acpi_button.c

This file was deleted.

Expand Up @@ -161,7 +161,7 @@ acpi_button_support(device_node *parent)
return 0.0;
}

dprintf("acpi_button_support lid device found\n");
dprintf("acpi_button_support button device found\n");

return 0.6;
}
Expand Down

0 comments on commit c1da0e7

Please sign in to comment.