From 020b5e0f5e47782bdc65a7d127ab39eea58eab76 Mon Sep 17 00:00:00 2001 From: Wim Van Sebroeck Date: Mon, 8 Jan 2007 22:40:33 +0100 Subject: [PATCH] --- yaml --- r: 48133 b: refs/heads/master c: d26d90967de9d51c08d5821e362cb2245f83c1a8 h: refs/heads/master i: 48131: ff28ae1470c9e0e51053c9286caa86fcc21673f1 v: v3 --- [refs] | 2 +- trunk/drivers/char/watchdog/pcwd_usb.c | 35 +++++++++++++------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/[refs] b/[refs] index d397b91b5475..dcf1eb2af703 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 045798b56f59d02beef84d5aa7137786c50912c2 +refs/heads/master: d26d90967de9d51c08d5821e362cb2245f83c1a8 diff --git a/trunk/drivers/char/watchdog/pcwd_usb.c b/trunk/drivers/char/watchdog/pcwd_usb.c index 2da5ac99687c..e5c2206c6a18 100644 --- a/trunk/drivers/char/watchdog/pcwd_usb.c +++ b/trunk/drivers/char/watchdog/pcwd_usb.c @@ -24,26 +24,25 @@ * http://www.berkprod.com/ or http://www.pcwatchdog.com/ */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include /* For module specific items */ +#include /* For new moduleparam's */ +#include /* For standard types (like size_t) */ +#include /* For the -ENODEV/... values */ +#include /* For printk/panic/... */ +#include /* For mdelay function */ +#include /* For MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR) */ +#include /* For the watchdog specific items */ +#include /* For notifier support */ +#include /* For reboot_notifier stuff */ +#include /* For __init/__exit/... */ +#include /* For file operations */ +#include /* For USB functions */ +#include /* For kmalloc, ... */ +#include /* For mutex locking */ #include /* For HID_REQ_SET_REPORT & HID_DT_REPORT */ +#include /* For copy_to_user/put_user/... */ + #ifdef CONFIG_USB_DEBUG static int debug = 1;