* [U-Boot] Subject: [PATCH] kirkwood/gpio.h: remove duplicate definition
@ 2009-08-07 10:35 Alessandro Rubini
2009-08-07 20:13 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 1 reply; 2+ messages in thread
From: Alessandro Rubini @ 2009-08-07 10:35 UTC (permalink / raw)
To: u-boot
Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
---
To test the define is not really needed, I applied the suen3 patch and
added CONFIG_KIRKWOOD_GPIO to the config file.
Now back to defrag stuff.
include/asm-arm/arch-kirkwood/gpio.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/asm-arm/arch-kirkwood/gpio.h b/include/asm-arm/arch-kirkwood/gpio.h
index a79102b..b5bacde 100644
--- a/include/asm-arm/arch-kirkwood/gpio.h
+++ b/include/asm-arm/arch-kirkwood/gpio.h
@@ -17,8 +17,6 @@
#ifndef __KIRKWOOD_GPIO_H
#define __KIRKWOOD_GPIO_H
-/* got from kernel include/linux/kernel.h */
-#define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d))
/* got from kernel include/linux/bitops.h */
#define BITS_PER_BYTE 8
#define BITS_TO_LONGS(nr) DIV_ROUND_UP(nr, BITS_PER_BYTE * sizeof(long))
--
1.6.0.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] Subject: [PATCH] kirkwood/gpio.h: remove duplicate definition
2009-08-07 10:35 [U-Boot] Subject: [PATCH] kirkwood/gpio.h: remove duplicate definition Alessandro Rubini
@ 2009-08-07 20:13 ` Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2009-08-07 20:13 UTC (permalink / raw)
To: u-boot
On 12:35 Fri 07 Aug , Alessandro Rubini wrote:
> Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
> ---
>
> To test the define is not really needed, I applied the suen3 patch and
> added CONFIG_KIRKWOOD_GPIO to the config file.
>
> Now back to defrag stuff.
>
> include/asm-arm/arch-kirkwood/gpio.h | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
applied to u-boo-arm
Best Regards,
J.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-08-07 20:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-07 10:35 [U-Boot] Subject: [PATCH] kirkwood/gpio.h: remove duplicate definition Alessandro Rubini
2009-08-07 20:13 ` Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox