]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/kernel-video.git/commitdiff
gpu: ion: omap: Rename OMAP_ION_HEAP_SYSTEM_HEAP enum
authorDavid Schleef <ds@ti.com>
Tue, 10 Jul 2012 18:37:52 +0000 (13:37 -0500)
committerPraneeth Bajjuri <praneeth@ti.com>
Fri, 12 Jul 2013 22:19:47 +0000 (17:19 -0500)
Rename OMAP_ION_HEAP_SYSTEM_HEAP to OMAP_ION_HEAP_SYSTEM

Change-Id: I5ce8e22ed3616099d99d721ac2326d6f60062e6d
Signed-off-by: Rodrigo Obregon <robregon@ti.com>
Signed-off-by: Sundar Raman <sunds@ti.com>
include/linux/omap_ion.h

index a38e201203ef49aa051b3b27455dce749f10b1a0..0a1e391d2e673c081e313b0207428d48fe7141f7 100644 (file)
@@ -92,7 +92,7 @@ enum {
  * List of heaps in the system
  */
 enum {
-       OMAP_ION_HEAP_SYSTEM_HEAP,
+       OMAP_ION_HEAP_SYSTEM,
        OMAP_ION_HEAP_TILER,
        OMAP_ION_HEAP_SECURE_INPUT,
        OMAP_ION_HEAP_NONSECURE_TILER,