From: H Hartley Sweeten Date: Sat, 8 Sep 2012 00:48:09 +0000 (-0700) Subject: staging: comedi: me4000: remove program_regbase from private data X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~75^2~525 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe531d12acff926628df11df6d476474383a9f3f;p=pandora-kernel.git staging: comedi: me4000: remove program_regbase from private data The program_regbase variable in the private data is only used when the board is first attached. This variable holds the pci base address used to read/write the xilinx part to upload the firmware. Use a local variable in the xilinx_download() function to hold this address and remove program_regbase from the private data. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed