From: H Hartley Sweeten Date: Wed, 3 Dec 2014 18:25:38 +0000 (-0700) Subject: staging: comedi: addi_apci_1500: use amcc_s5933.h defines X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~610 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784801d7dcc16dfd3c12ac993f0d5949cdb67dd9;p=pandora-kernel.git staging: comedi: addi_apci_1500: use amcc_s5933.h defines PCI Bar 0 accesses the AMCC S5933 PCI controller used on this board. Use the defines from amcc_35933.h and remove the "magic" numbers. Rename the CamelCase private data member 'i_IobaseAmcc' used to hold the address for PCI Bar 0. Remove the unnecessary 'ui_Status' local variable in apci1500_do_bits() that is used to hold the result of some dummy reads. Rename the CamelCase local variable 'ui_InterruptStatus' that is used to check the interrupt from the amcc chip. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed