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)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 25 Apr 2012 22:25:04 +0000 (01:25 +0300)
commitc0a9c88a434941662be8df943f851b9f11215867
tree120a9bf019be8c140d821200f996f0edabf28a33
parent9ec12b4106cc43d27db79ef621afeaf8a430c842
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