diff options
author | Adam Hampson <ahampson@sta.samsung.com> | 2010-10-04 14:07:11 -0700 |
---|---|---|
committer | Maarten Hooft <mthooft@google.com> | 2010-10-06 16:49:41 -0700 |
commit | 822f57469cd7dd8d5cfc6af0aa1d0540b99d211c (patch) | |
tree | 5d8c83efd6501d44ada600f8c90a0e9e44e43a58 /init.herring.rc | |
parent | 85bace8da82df9b043b5baca4695c88098868bd8 (diff) | |
download | device_samsung_crespo-822f57469cd7dd8d5cfc6af0aa1d0540b99d211c.zip device_samsung_crespo-822f57469cd7dd8d5cfc6af0aa1d0540b99d211c.tar.gz device_samsung_crespo-822f57469cd7dd8d5cfc6af0aa1d0540b99d211c.tar.bz2 |
S5PC11X: SENSORS: Remove init code for AKM daemon
The AKM daemon has been replaced by libakm and no longer requires
boot time initialization.
Change-Id: I6060edc8372b4f46793bd657187090b3833d6a9c
Signed-off-by: Adam Hampson <ahampson@sta.samsung.com>
Diffstat (limited to 'init.herring.rc')
-rwxr-xr-x | init.herring.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init.herring.rc b/init.herring.rc index c4261fe..1405fd8 100755 --- a/init.herring.rc +++ b/init.herring.rc @@ -130,11 +130,6 @@ service hciattach /system/bin/brcm_patchram_plus -d --enable_hci \ disabled oneshot -# sensor service -service akmd8973 /system/vendor/bin/akmd8973 - enabled - oneshot - service bugreport /system/bin/dumpstate -d -v -o /sdcard/bugreports/bugreport disabled oneshot |