From: Ian Abbott Date: Wed, 24 Oct 2012 15:47:59 +0000 (+0100) Subject: staging: comedi: amplc_dio200: use custom register access functions X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1020 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10aa035512f9c5092d7044676d3f3d14739f8d8;p=pandora-kernel.git staging: comedi: amplc_dio200: use custom register access functions Add custom functions to access hardware registers and call them instead of calling `inb()` and `outb()` directly. When additional cards are supported by this driver requiring different register access methods, the new functions will localize the register access differences to just these functions. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed