Index: linux-2.6.12/arch/arm/mach-pxa/corgi.c
===================================================================
--- linux-2.6.12.orig/arch/arm/mach-pxa/corgi.c	2005-08-04 23:34:29.000000000 +0100
+++ linux-2.6.12/arch/arm/mach-pxa/corgi.c	2005-08-04 23:38:11.000000000 +0100
@@ -100,6 +100,15 @@
 
 
 /*
+ * Corgi Battery and Power Device
+ */
+static struct platform_device corgibattery_device = {
+	.name		= "corgi-battery",
+	.id		= -1,
+};
+
+
+/*
  * Corgi Keyboard Device
  */
 static struct platform_device corgikbd_device = {
@@ -241,6 +250,7 @@
 	&corgifb_device,
 	&corgikbd_device,
 	&corgibl_device,
+	&corgibattery_device,
 	&corgits_device,
 };
 
