socket_sysfs.c (e37c83c06c2690157a989df40dc99a6b61c9ea15) socket_sysfs.c (ac8b422838046ffc26be4874a3cbae0d313f4209)
1/*
2 * socket_sysfs.c -- most of socket-related sysfs output
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 * (C) 2003 - 2004 Dominik Brodowski

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

21#include <linux/ioport.h>
22#include <linux/delay.h>
23#include <linux/pm.h>
24#include <linux/device.h>
25#include <linux/mutex.h>
26#include <asm/system.h>
27#include <asm/irq.h>
28
1/*
2 * socket_sysfs.c -- most of socket-related sysfs output
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 * (C) 2003 - 2004 Dominik Brodowski

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

21#include <linux/ioport.h>
22#include <linux/delay.h>
23#include <linux/pm.h>
24#include <linux/device.h>
25#include <linux/mutex.h>
26#include <asm/system.h>
27#include <asm/irq.h>
28
29#include <pcmcia/cs_types.h>
30#include <pcmcia/ss.h>
31#include <pcmcia/cs.h>
32#include <pcmcia/cistpl.h>
33#include <pcmcia/cisreg.h>
34#include <pcmcia/ds.h>
35#include "cs_internal.h"
36
37#define to_socket(_dev) container_of(_dev, struct pcmcia_socket, dev)

--- 197 unchanged lines hidden ---
29#include <pcmcia/ss.h>
30#include <pcmcia/cs.h>
31#include <pcmcia/cistpl.h>
32#include <pcmcia/cisreg.h>
33#include <pcmcia/ds.h>
34#include "cs_internal.h"
35
36#define to_socket(_dev) container_of(_dev, struct pcmcia_socket, dev)

--- 197 unchanged lines hidden ---