I want to write a simple linux driver to get our linux code version info.We use version_open function to set version num,and use version_get function to send
info to APP.The attachement is an example and it works well on dm6467 linux.When I move it to dm8168 platform,it works error.I want to imitate omap_wdt.c,but
I have some doubts.Can someone give any help?