From: H Hartley Sweeten Date: Mon, 17 Feb 2014 21:27:34 +0000 (-0700) Subject: staging: comedi: pcl816: use 8253.h helpers X-Git-Tag: v3.15-rc1~139^2~948 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15e222c1067fd6bbc2dc09fdab1c5f22ac232823;p=pandora-kernel.git staging: comedi: pcl816: use 8253.h helpers Use the helper functions in 8253.h to clarify the timer programming. Move start_pacer() to remove the need for the forward declarations. Rename the function so it has namespace associated with the driver. Change the 'mode' parameter. This parameter is really a flag to the function indicating if the divisors should be loaded into the timers. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed