diff options
author | David Schleef <ds@ti.com> | 2012-03-29 12:05:59 -0700 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-10-01 12:58:27 +0200 |
commit | 079e5e35fb87f8c7fadf5fee780ce2b54b5375d8 (patch) | |
tree | 7bea6963a772c54ec063b5370707e4c2a36a90a4 /arch | |
parent | 1837986b57e6bdf7594d8eee5aa180efcce06f6b (diff) | |
download | kernel_samsung_tuna-079e5e35fb87f8c7fadf5fee780ce2b54b5375d8.zip kernel_samsung_tuna-079e5e35fb87f8c7fadf5fee780ce2b54b5375d8.tar.gz kernel_samsung_tuna-079e5e35fb87f8c7fadf5fee780ce2b54b5375d8.tar.bz2 |
remoteproc: fix obsolete comment about memory_maps
memory_maps in remoteproc platform data has been replaced
with memory_pool, but the comment still remained. It has
been cleaned up.
Change-Id: Iae78c0b8e8d4caccce2fc0248b89a9d18f8d7cca
Signed-off-by: David Schleef <ds@ti.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/include/plat/remoteproc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/remoteproc.h b/arch/arm/plat-omap/include/plat/remoteproc.h index 74a54c9..e1a823a 100644 --- a/arch/arm/plat-omap/include/plat/remoteproc.h +++ b/arch/arm/plat-omap/include/plat/remoteproc.h @@ -41,7 +41,6 @@ struct omap_rproc_timers_info { * @clkdm_name: name of clock domain in which this device is located * @clkdm: clock domain in which this device is located * @ops: platform-specific start/stop rproc handlers - * @memory_maps: table of da-to-pa iommu memory maps * @memory_pool: platform-specific pool data * @omap_rproc_timers_info: optional, timer(s) rproc can use * @boot_reg: optional, control register for storing boot address |