From: H Hartley Sweeten Date: Tue, 23 Apr 2013 19:57:58 +0000 (-0700) Subject: staging: comedi: ni_labpc: remove range_labpc_1200_ai export X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~769 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70d52bce5523f2c6a7bf3f9a54dacc0be112a3e8;p=pandora-kernel.git staging: comedi: ni_labpc: remove range_labpc_1200_ai export The 'ai_range_table' boardinfo is only used to initialize the analog input subdevice s->range_table. We can use the 'is_labpc1200' flag in the boardinfo to determine which range table is needed. This allows making range_labpc_1200_ai static and removing the export as well as removing the 'ai_range_table' from the boardinfo. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed