~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/gpio/ml_ioh_gpio.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
16
16
 */
17
17
#include <linux/kernel.h>
 
18
#include <linux/slab.h>
18
19
#include <linux/pci.h>
19
20
#include <linux/gpio.h>
20
 
#include <linux/slab.h>
21
21
 
22
22
#define PCI_VENDOR_ID_ROHM             0x10DB
23
23
 
139
139
        return 0;
140
140
}
141
141
 
 
142
#ifdef CONFIG_PM
142
143
/*
143
144
 * Save register configuration and disable interrupts.
144
145
 */
158
159
        /* to store contents of PM register */
159
160
        iowrite32(chip->ioh_gpio_reg.pm_reg, &chip->reg->regs[chip->ch].pm);
160
161
}
 
162
#endif
161
163
 
162
164
static void ioh_gpio_setup(struct ioh_gpio *chip, int num_port)
163
165
{