staging: sm750fb: remove '#ifdef CAP_EXP*' conditionals
authorMike Rapoport <mike.rapoport@gmail.com>
Mon, 26 Oct 2015 07:06:07 +0000 (09:06 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 08:04:57 +0000 (17:04 +0900)
commit823e034c0f18d0571f44ce903dd47fa388706b61
tree20d020ddee24125b26affe59089799f2cc1bee05
parente359b6a863e19f2eb5519b31658b4a9cc8812a05
staging: sm750fb: remove '#ifdef CAP_EXP*' conditionals

There are several occurencies of '#ifdef CAP_EXP<something>', spelled
differently each time. None of these is ever defined and therefore they
enclose dead code that can be removed.

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c