forked from mirrors/linux
		
	Merge branch 'omap-for-v3.8/cleanup-headers' into omap-for-v3.8/cleanup-prcm
This commit is contained in:
		
						commit
						7fc54fd308
					
				
					 7 changed files with 30 additions and 17 deletions
				
			
		| 
						 | 
				
			
			@ -32,6 +32,7 @@
 | 
			
		|||
#include <mach/hardware.h>
 | 
			
		||||
 | 
			
		||||
#include "iomap.h"
 | 
			
		||||
#include "common.h"
 | 
			
		||||
 | 
			
		||||
static void fpga_mask_irq(struct irq_data *d)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,6 +19,8 @@
 | 
			
		|||
#include <linux/clk.h>
 | 
			
		||||
#include <linux/err.h>
 | 
			
		||||
 | 
			
		||||
#include "soc.h"
 | 
			
		||||
 | 
			
		||||
#ifdef CONFIG_PM_RUNTIME
 | 
			
		||||
static int omap1_pm_runtime_suspend(struct device *dev)
 | 
			
		||||
{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,12 +26,12 @@
 | 
			
		|||
#include <linux/clk.h>
 | 
			
		||||
#include <linux/io.h>
 | 
			
		||||
#include <linux/input/matrix_keypad.h>
 | 
			
		||||
#include <linux/mfd/menelaus.h>
 | 
			
		||||
 | 
			
		||||
#include <asm/mach-types.h>
 | 
			
		||||
#include <asm/mach/arch.h>
 | 
			
		||||
#include <asm/mach/map.h>
 | 
			
		||||
 | 
			
		||||
#include <plat/menelaus.h>
 | 
			
		||||
#include <plat-omap/dma-omap.h>
 | 
			
		||||
#include "debug-devices.h"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,13 +22,13 @@
 | 
			
		|||
#include <linux/usb/musb.h>
 | 
			
		||||
#include <linux/platform_data/spi-omap2-mcspi.h>
 | 
			
		||||
#include <linux/platform_data/mtd-onenand-omap2.h>
 | 
			
		||||
#include <linux/mfd/menelaus.h>
 | 
			
		||||
#include <sound/tlv320aic3x.h>
 | 
			
		||||
 | 
			
		||||
#include <asm/mach/arch.h>
 | 
			
		||||
#include <asm/mach-types.h>
 | 
			
		||||
 | 
			
		||||
#include "common.h"
 | 
			
		||||
#include <plat/menelaus.h>
 | 
			
		||||
#include "mmc.h"
 | 
			
		||||
 | 
			
		||||
#include "mux.h"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,11 +41,11 @@
 | 
			
		|||
#include <linux/rtc.h>
 | 
			
		||||
#include <linux/bcd.h>
 | 
			
		||||
#include <linux/slab.h>
 | 
			
		||||
#include <linux/mfd/menelaus.h>
 | 
			
		||||
 | 
			
		||||
#include <asm/mach/irq.h>
 | 
			
		||||
 | 
			
		||||
#include <asm/gpio.h>
 | 
			
		||||
#include <plat/menelaus.h>
 | 
			
		||||
 | 
			
		||||
#define DRIVER_NAME			"menelaus"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -445,13 +445,19 @@ static int omap3_onenand_write_bufferram(struct mtd_info *mtd, int area,
 | 
			
		|||
 | 
			
		||||
#else
 | 
			
		||||
 | 
			
		||||
int omap3_onenand_read_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
				 unsigned char *buffer, int offset,
 | 
			
		||||
				 size_t count);
 | 
			
		||||
static int omap3_onenand_read_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
					unsigned char *buffer, int offset,
 | 
			
		||||
					size_t count)
 | 
			
		||||
{
 | 
			
		||||
	return -ENOSYS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int omap3_onenand_write_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
				  const unsigned char *buffer,
 | 
			
		||||
				  int offset, size_t count);
 | 
			
		||||
static int omap3_onenand_write_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
					 const unsigned char *buffer,
 | 
			
		||||
					 int offset, size_t count)
 | 
			
		||||
{
 | 
			
		||||
	return -ENOSYS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -549,13 +555,19 @@ static int omap2_onenand_write_bufferram(struct mtd_info *mtd, int area,
 | 
			
		|||
 | 
			
		||||
#else
 | 
			
		||||
 | 
			
		||||
int omap2_onenand_read_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
				 unsigned char *buffer, int offset,
 | 
			
		||||
				 size_t count);
 | 
			
		||||
static int omap2_onenand_read_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
					unsigned char *buffer, int offset,
 | 
			
		||||
					size_t count)
 | 
			
		||||
{
 | 
			
		||||
	return -ENOSYS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int omap2_onenand_write_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
				  const unsigned char *buffer,
 | 
			
		||||
				  int offset, size_t count);
 | 
			
		||||
static int omap2_onenand_write_bufferram(struct mtd_info *mtd, int area,
 | 
			
		||||
					 const unsigned char *buffer,
 | 
			
		||||
					 int offset, size_t count)
 | 
			
		||||
{
 | 
			
		||||
	return -ENOSYS;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,4 @@
 | 
			
		|||
/*
 | 
			
		||||
 * arch/arm/plat-omap/include/mach/menelaus.h
 | 
			
		||||
 *
 | 
			
		||||
 * Functions to access Menelaus power management chip
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in a new issue