sa1100_generic.c (e37c83c06c2690157a989df40dc99a6b61c9ea15) sa1100_generic.c (ac8b422838046ffc26be4874a3cbae0d313f4209)
1/*======================================================================
2
3 Device driver for the PCMCIA control functionality of StrongARM
4 SA-1100 microprocessors.
5
6 The contents of this file are subject to the Mozilla Public
7 License Version 1.1 (the "License"); you may not use this file
8 except in compliance with the License. You may obtain a copy of

--- 21 unchanged lines hidden (view full) ---

30
31======================================================================*/
32
33#include <linux/module.h>
34#include <linux/init.h>
35#include <linux/slab.h>
36#include <linux/platform_device.h>
37
1/*======================================================================
2
3 Device driver for the PCMCIA control functionality of StrongARM
4 SA-1100 microprocessors.
5
6 The contents of this file are subject to the Mozilla Public
7 License Version 1.1 (the "License"); you may not use this file
8 except in compliance with the License. You may obtain a copy of

--- 21 unchanged lines hidden (view full) ---

30
31======================================================================*/
32
33#include <linux/module.h>
34#include <linux/init.h>
35#include <linux/slab.h>
36#include <linux/platform_device.h>
37
38#include <pcmcia/cs_types.h>
39#include <pcmcia/cs.h>
40#include <pcmcia/ss.h>
41
42#include <asm/hardware/scoop.h>
43
44#include "sa1100_generic.h"
45
46int __init pcmcia_collie_init(struct device *dev);

--- 90 unchanged lines hidden ---
38#include <pcmcia/cs.h>
39#include <pcmcia/ss.h>
40
41#include <asm/hardware/scoop.h>
42
43#include "sa1100_generic.h"
44
45int __init pcmcia_collie_init(struct device *dev);

--- 90 unchanged lines hidden ---