From: H Hartley Sweeten Date: Tue, 9 Apr 2013 01:21:42 +0000 (-0700) Subject: staging: comedi: rti800: remove am9513.h header X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca52a233f7e0ba12ceab6a99fea60e877207e58f;p=pandora-kernel.git staging: comedi: rti800: remove am9513.h header This driver is the only file that includes the am9513.h header and nothing from that header is actually used. Using the macros provided by am9513.h is a bit ugly due to having to predefine a number of additional macros to handle the low-level I/O to the Am9513 device. Just remove the header and the unused I/O helpers in the rti800 driver. If support for the am9513 is added later it wil be implemented properly at that time. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed