diff options
| author | Ezequiel Garcia <[email protected]> | 2013-08-12 14:14:57 -0300 |
|---|---|---|
| committer | David Woodhouse <[email protected]> | 2013-08-30 21:35:01 +0100 |
| commit | 57ff88f0f961348a1dec024d611ec7e281510529 (patch) | |
| tree | 5b03b9cc72bf4ff367b379d200ae0bb76df99511 /scripts/stackusage | |
| parent | f4db2e3a3315019c419a7ee8ebaf5d8b361be791 (diff) | |
mtd: nand: pxa3xx: Add __maybe_unused keyword to enable_int()
Now that we have added ARCH_HAS_DMA conditional the function
enable_int() may be unused. Declare it as __maybe_unused,
in order to remove the following warning, when the function is not used:
drivers/mtd/nand//pxa3xx_nand.c:343:24: warning: 'enable_int' defined
but not used [-Wunused-function]
Signed-off-by: Ezequiel Garcia <[email protected]>
Tested-by: Daniel Mack <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions