diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-15 23:40:42 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 09:05:46 -0700 |
commit | c289dca37917338fc8ab2e0d7e202a1c927e229e (patch) | |
tree | dae432d46376b75b6f3f973a61289e949f751a3d /include/linux/sonypi.h | |
parent | 759448f459234bfcf34b82471f0dba77a9aca498 (diff) |
remove sonypi_camera_command()
Remove the no longer used sonypi_camera_command().
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Mattia Dongili <malattia@linux.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/sonypi.h')
-rw-r--r-- | include/linux/sonypi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sonypi.h b/include/linux/sonypi.h index 34d4b075f7b8..40c7b5d993b9 100644 --- a/include/linux/sonypi.h +++ b/include/linux/sonypi.h @@ -153,8 +153,6 @@ #define SONYPI_COMMAND_GETCAMERAROMVERSION 18 /* obsolete */ #define SONYPI_COMMAND_GETCAMERAREVISION 19 /* obsolete */ -int sonypi_camera_command(int command, u8 value); - #endif /* __KERNEL__ */ #endif /* _SONYPI_H_ */ |