staging: android: persistent_ram: add notrace to persistent_ram_write
authorColin Cross <ccross@android.com>
Thu, 8 Mar 2012 01:34:36 +0000 (17:34 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Mar 2012 17:36:08 +0000 (09:36 -0800)
commita15d0b365e9bbf04dacb44fbe69d15f6594460e1
tree9579eb4ad1e1fe752538cd815891e4c67900d61d
parent808d0387eb7df3f83352ca41f8c943cb3ed61246
staging: android: persistent_ram: add notrace to persistent_ram_write

Add the notrace attribute to persistent_ram_write and the
non-ecc functions that it calls to allow persistent_ram to
be used for ftracing (only when ecc is disabled).

CC: Greg KH <gregkh@linuxfoundation.org>
CC: Android Kernel Team <kernel-team@android.com>
Signed-off-by: Colin Cross <ccross@android.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/persistent_ram.c