am200epd.c (7483d45f0aee3afc0646d185cabd4af9f6cab58c) | am200epd.c (293b2da1b61136813fc2764f43304c66ff8040e9) |
---|---|
1/* 2 * am200epd.c -- Platform device for AM200 EPD kit 3 * 4 * Copyright (C) 2008, Jaya Kumar 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file COPYING in the main directory of this archive for 8 * more details. --- 18 unchanged lines hidden (view full) --- 27#include <linux/fb.h> 28#include <linux/init.h> 29#include <linux/platform_device.h> 30#include <linux/irq.h> 31#include <linux/gpio.h> 32 33#include <mach/pxa25x.h> 34#include <mach/gumstix.h> | 1/* 2 * am200epd.c -- Platform device for AM200 EPD kit 3 * 4 * Copyright (C) 2008, Jaya Kumar 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file COPYING in the main directory of this archive for 8 * more details. --- 18 unchanged lines hidden (view full) --- 27#include <linux/fb.h> 28#include <linux/init.h> 29#include <linux/platform_device.h> 30#include <linux/irq.h> 31#include <linux/gpio.h> 32 33#include <mach/pxa25x.h> 34#include <mach/gumstix.h> |
35#include <mach/pxafb.h> | 35#include <linux/platform_data/video-pxafb.h> |
36 37#include "generic.h" 38 39#include <video/metronomefb.h> 40 41static unsigned int panel_type = 6; 42static struct platform_device *am200_device; 43static struct metronome_board am200_board; --- 344 unchanged lines hidden --- | 36 37#include "generic.h" 38 39#include <video/metronomefb.h> 40 41static unsigned int panel_type = 6; 42static struct platform_device *am200_device; 43static struct metronome_board am200_board; --- 344 unchanged lines hidden --- |