From: Ian Abbott Date: Fri, 31 Aug 2012 19:41:41 +0000 (+0100) Subject: staging: comedi: das08: Unmark some __maybe_unused functions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~804 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=624fcb2661e8139fbea5a097ef341cab623be591;p=pandora-kernel.git staging: comedi: das08: Unmark some __maybe_unused functions The `das08jr_di_rbits()`, `das08jr_do_wbits()`, `das08jr_ao_winsn()` and `das08ao_ao_winsn()` static functions are currently marked as `__maybe_unused` as they were formerly only referred to by possibly conditionally compiled out code. This is no longer the case (they are referred to by `das08_common_attach()`) so their `__maybe_unused` tags can be removed. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed