[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47EA2D32.1020109@gmail.com>
Date: Wed, 26 Mar 2008 12:02:10 +0100
From: Jiri Slaby <jirislaby@...il.com>
To: Bryan Wu <cooloney@...nel.org>
CC: wim@...ana.be, linux-kernel@...r.kernel.org,
Mike Frysinger <vapier.adi@...il.com>
Subject: Re: [PATCH 1/1] Blackfin Watchdog Driver: split platform device/driver
registering from actual watchdog device/driver registering so we can cleanly
load/unload
On 03/27/2008 02:30 AM, Bryan Wu wrote:
> From: Mike Frysinger <vapier.adi@...il.com>
>
> Signed-off-by: Mike Frysinger <vapier.adi@...il.com>
> Signed-off-by: Bryan Wu <cooloney@...nel.org>
> ---
> drivers/watchdog/bfin_wdt.c | 109 +++++++++++++++++++++++++++---------------
> 1 files changed, 70 insertions(+), 39 deletions(-)
>
> diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c
> index 1237113..c9944ba 100644
> --- a/drivers/watchdog/bfin_wdt.c
> +++ b/drivers/watchdog/bfin_wdt.c
> @@ -29,6 +29,7 @@
>
> #define stamp(fmt, args...) pr_debug("%s:%i: " fmt "\n", __func__, __LINE__, ## args)
> #define stampit() stamp("here i am")
> +#define pr_devinit(fmt, args...) ({ static const __devinitdata char __fmt[] = fmt; printk(__fmt, ## args); })
Ah and here. __devinitconst
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists