summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100/h3xxx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sa1100/h3xxx.c')
-rw-r--r--arch/arm/mach-sa1100/h3xxx.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/h3xxx.c b/arch/arm/mach-sa1100/h3xxx.c
index baf62ef2ad70..9a44a31626b9 100644
--- a/arch/arm/mach-sa1100/h3xxx.c
+++ b/arch/arm/mach-sa1100/h3xxx.c
@@ -183,10 +183,16 @@ struct platform_device h3xxx_micro_asic = {
.num_resources = ARRAY_SIZE(h3xxx_micro_resources),
};
+static struct platform_device h3xxx_sleeve = {
+ .name = "ipaq-h3xxx-sleeve",
+ .id = -1,
+};
+
static struct platform_device *h3xxx_devices[] = {
&h3xxx_egpio,
&h3xxx_keys,
&h3xxx_micro_asic,
+ &h3xxx_sleeve,
};
static struct gpiod_lookup_table h3xxx_pcmcia_gpio_table = {