* [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c
@ 2007-08-27 19:11 Felipe Balbi
2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
2007-08-31 17:01 ` [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Tony Lindgren
0 siblings, 2 replies; 4+ messages in thread
From: Felipe Balbi @ 2007-08-27 19:11 UTC (permalink / raw)
To: linux-omap-open-source
Get rid of the following warnings:
arch/arm/mach-omap2/pm.c: In function 'omap2_enter_full_retention':
arch/arm/mach-omap2/pm.c:509: warning: implicit declaration of function 'omap2_gpio_prepare_for_retention'
arch/arm/mach-omap2/pm.c:536: warning: implicit declaration of function 'omap2_gpio_resume_after_retention'
Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
---
arch/arm/mach-omap2/pm.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
index 8e4b1f6..daf0b2d 100644
--- a/arch/arm/mach-omap2/pm.c
+++ b/arch/arm/mach-omap2/pm.c
@@ -39,6 +39,7 @@
#include <asm/arch/irqs.h>
#include <asm/arch/clock.h>
#include <asm/arch/sram.h>
+#include <asm/arch/gpio.h>
#include <asm/arch/pm.h>
#include <asm/arch/mux.h>
#include <asm/arch/dma.h>
--
1.5.3.rc6.17.g1911
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c
2007-08-27 19:11 [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Felipe Balbi
@ 2007-08-27 19:11 ` Felipe Balbi
2007-08-31 16:47 ` Tony Lindgren
2007-08-31 17:01 ` [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Tony Lindgren
1 sibling, 1 reply; 4+ messages in thread
From: Felipe Balbi @ 2007-08-27 19:11 UTC (permalink / raw)
To: linux-omap-open-source
Get rid of the following warning:
drivers/usb/musb/tusb6010.c: In function 'tusb_otg_ints':
drivers/usb/musb/tusb6010.c:716: warning: unused variable 'devctl'
Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
---
drivers/usb/musb/tusb6010.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c
index 23840dc..562eb9d 100644
--- a/drivers/usb/musb/tusb6010.c
+++ b/drivers/usb/musb/tusb6010.c
@@ -713,8 +713,6 @@ tusb_otg_ints(struct musb *musb, u32 int_src, void __iomem *base)
schedule_work(&musb->irq_work);
} else /* A-dev state machine */ {
- u8 devctl;
-
DBG(2, "vbus change, %s, otg %03x\n",
otg_state_string(musb), otg_stat);
--
1.5.3.rc6.17.g1911
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c
2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
@ 2007-08-31 16:47 ` Tony Lindgren
0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2007-08-31 16:47 UTC (permalink / raw)
To: Felipe Balbi; +Cc: linux-omap-open-source
* Felipe Balbi <felipe.lima@indt.org.br> [070827 12:12]:
> Get rid of the following warning:
> drivers/usb/musb/tusb6010.c: In function 'tusb_otg_ints':
> drivers/usb/musb/tusb6010.c:716: warning: unused variable 'devctl'
>
> Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
> ---
> drivers/usb/musb/tusb6010.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c
> index 23840dc..562eb9d 100644
> --- a/drivers/usb/musb/tusb6010.c
> +++ b/drivers/usb/musb/tusb6010.c
> @@ -713,8 +713,6 @@ tusb_otg_ints(struct musb *musb, u32 int_src, void __iomem *base)
> schedule_work(&musb->irq_work);
>
> } else /* A-dev state machine */ {
> - u8 devctl;
> -
> DBG(2, "vbus change, %s, otg %03x\n",
> otg_state_string(musb), otg_stat);
>
Thanks, pushing today.
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c
2007-08-27 19:11 [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Felipe Balbi
2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
@ 2007-08-31 17:01 ` Tony Lindgren
1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2007-08-31 17:01 UTC (permalink / raw)
To: Felipe Balbi; +Cc: linux-omap-open-source
* Felipe Balbi <felipe.lima@indt.org.br> [070827 12:12]:
> Get rid of the following warnings:
> arch/arm/mach-omap2/pm.c: In function 'omap2_enter_full_retention':
> arch/arm/mach-omap2/pm.c:509: warning: implicit declaration of function 'omap2_gpio_prepare_for_retention'
> arch/arm/mach-omap2/pm.c:536: warning: implicit declaration of function 'omap2_gpio_resume_after_retention'
>
> Signed-off-by: Felipe Balbi <felipe.lima@indt.org.br>
> ---
> arch/arm/mach-omap2/pm.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/pm.c b/arch/arm/mach-omap2/pm.c
> index 8e4b1f6..daf0b2d 100644
> --- a/arch/arm/mach-omap2/pm.c
> +++ b/arch/arm/mach-omap2/pm.c
> @@ -39,6 +39,7 @@
> #include <asm/arch/irqs.h>
> #include <asm/arch/clock.h>
> #include <asm/arch/sram.h>
> +#include <asm/arch/gpio.h>
> #include <asm/arch/pm.h>
> #include <asm/arch/mux.h>
> #include <asm/arch/dma.h>
> --
Pushing today.
Tony
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-31 17:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 19:11 [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Felipe Balbi
2007-08-27 19:11 ` [PATCH 2/2] MUSB: Kill compile warnings at drivers/usb/musb/tusb6010.c Felipe Balbi
2007-08-31 16:47 ` Tony Lindgren
2007-08-31 17:01 ` [PATCH 1/2] OMAP2: PM: Kill compile warnings at arch/arm/mach-omap2/pm.c Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox