projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cffcbe
)
misc: akm8975: Remove unused platform data struct from board file
author
Rebecca Schultz Zavin
<rebecca@android.com>
Wed, 25 Aug 2010 20:49:00 +0000
(13:49 -0700)
committer
Colin Cross
<ccross@android.com>
Wed, 6 Oct 2010 23:33:47 +0000
(16:33 -0700)
Change-Id: If8f687641069bd838359745c0df7000edf3e1bd5
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
include/linux/akm8975.h
patch
|
blob
|
history
diff --git
a/include/linux/akm8975.h
b/include/linux/akm8975.h
index 6a7c432600184ac16fa74b2086481261dbce3b3d..d4d22bb57257775db40777a20e3a86c148bff0ca 100644
(file)
--- a/
include/linux/akm8975.h
+++ b/
include/linux/akm8975.h
@@
-73,15
+73,5
@@
Defines a read-only address of the fuse ROM of the AK8975.*/
#define ECS_IOCTL_APP_GET_MVFLAG _IOR(AKMIO, 0x1A, short)
#define ECS_IOCTL_APP_SET_TFLAG _IOR(AKMIO, 0x15, short)
-
-struct akm8975_platform_data {
- int intr;
-
- int (*init)(void);
- void (*exit)(void);
- int (*power_on)(void);
- int (*power_off)(void);
-};
-
#endif