~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/watchdog/sbc_epx_c3.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
MODULE_AUTHOR("Calin A. Culianu <calin@ajvar.org>");
221
221
MODULE_DESCRIPTION("Hardware Watchdog Device for Winsystems EPX-C3 SBC.  "
222
222
        "Note that there is no way to probe for this device -- "
223
 
        "so only use it if you are *sure* you are runnning on this specific "
 
223
        "so only use it if you are *sure* you are running on this specific "
224
224
        "SBC system from Winsystems!  It writes to IO ports 0x1ee and 0x1ef!");
225
225
MODULE_LICENSE("GPL");
226
226
MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);