diff options
author | Mattia Dongili <malattia@linux.it> | 2011-02-19 03:52:29 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2011-03-28 12:05:25 +0200 |
commit | 3672329c3642033286984313d05f4a5b57bd2da7 (patch) | |
tree | 10cb370d5b4f3db1a8e0de65546f2491f85d9f67 /drivers/platform/x86/sony-laptop.c | |
parent | sony-laptop: use pr_<level> for messages (diff) | |
download | linux-3672329c3642033286984313d05f4a5b57bd2da7.tar.xz linux-3672329c3642033286984313d05f4a5b57bd2da7.zip |
sony-laptop: remove unused Type4 define
Signed-off-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86/sony-laptop.c')
-rw-r--r-- | drivers/platform/x86/sony-laptop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c index 89d66c70d828..6db1661a5625 100644 --- a/drivers/platform/x86/sony-laptop.c +++ b/drivers/platform/x86/sony-laptop.c @@ -1443,7 +1443,6 @@ static struct acpi_driver sony_nc_driver = { #define SONYPI_DEVICE_TYPE1 0x00000001 #define SONYPI_DEVICE_TYPE2 0x00000002 #define SONYPI_DEVICE_TYPE3 0x00000004 -#define SONYPI_DEVICE_TYPE4 0x00000008 #define SONYPI_TYPE1_OFFSET 0x04 #define SONYPI_TYPE2_OFFSET 0x12 |