~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-pxa/vpac270.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include <linux/gpio_keys.h>
17
17
#include <linux/input.h>
18
18
#include <linux/gpio.h>
19
 
#include <linux/sysdev.h>
20
19
#include <linux/usb/gpio_vbus.h>
21
20
#include <linux/mtd/mtd.h>
22
21
#include <linux/mtd/partitions.h>
26
25
#include <linux/ucb1400.h>
27
26
#include <linux/ata_platform.h>
28
27
#include <linux/regulator/max1586.h>
 
28
#include <linux/i2c/pxa-i2c.h>
29
29
 
30
30
#include <asm/mach-types.h>
31
31
#include <asm/mach/arch.h>
40
40
#include <mach/udc.h>
41
41
#include <mach/pata_pxa.h>
42
42
 
43
 
#include <plat/i2c.h>
44
 
 
45
43
#include "generic.h"
46
44
#include "devices.h"
47
45
 
573
571
        }
574
572
 
575
573
        vpac270_lcd_screen.pxafb_lcd_power = vpac270_lcd_power;
576
 
        set_pxa_fb_info(&vpac270_lcd_screen);
 
574
        pxa_set_fb_info(NULL, &vpac270_lcd_screen);
577
575
        return;
578
576
 
579
577
err2: