commit | 58b6c5a133297e0154a085cc73e832222c57729c | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Wed Apr 10 14:57:12 2013 +0530 |
committer | Sekhar Nori <nsekhar@ti.com> | Wed Apr 17 22:00:09 2013 +0530 |
tree | 3565b4fe06a9efcb9b6c8dc87ef3c8827c2c0ee0 | |
parent | 5428813499ea1302f032e0063e4e2d4a56b36221 [diff] |
ARM: davinci: da850 evm: fix const qualifier placement const qualifier was misplaced in couple of definitions. This fixes the sparse error: CHECK arch/arm/mach-davinci/board-mityomapl138.c arch/arm/mach-davinci/board-da850-evm.c:404:19: error: Just how const do you want this type to be? arch/arm/mach-davinci/board-da850-evm.c:568:19: error: Just how const do you want this type to be? Signed-off-by: Sekhar Nori <nsekhar@ti.com>