K 10 svn:author V 3 ian K 8 svn:date V 27 2017-03-19T04:03:39.951968Z K 7 svn:log V 444 Remove unreferenced global function imx_gpt_get_timerfreq() and do some cleanups enabled by that: - The only thing left in imx_gptvar.h was the softc, which IMO never should have been in there at all. Move it into the driver, and delete the header file. - Remove several unneeded #includes from the driver. - Change imx_gpt_softc from global to static (it's used by DELAY()), and don't redundantly static-initialize it to NULL. END