Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354877
b: refs/heads/master
c: 56cc6cb
h: refs/heads/master
i:
  354875: 45ee1a1
v: v3
  • Loading branch information
Arnd Bergmann authored and Greg Kroah-Hartman committed Feb 14, 2013
1 parent 2da780e commit 44101aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 76bf7228694b172dc42900cafbc09bec954949c4
refs/heads/master: 56cc6cb707fedd897d391f6e50e3b56d62d6683f
1 change: 1 addition & 0 deletions trunk/arch/arm/plat-samsung/include/plat/adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#define __ASM_PLAT_ADC_H __FILE__

struct s3c_adc_client;
struct platform_device;

extern int s3c_adc_start(struct s3c_adc_client *client,
unsigned int channel, unsigned int nr_samples);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/clps711xfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <linux/fb.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/platform_device.h>

#include <mach/hardware.h>
#include <asm/mach-types.h>
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/platform_data/s3c-hsotg.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
#ifndef __LINUX_USB_S3C_HSOTG_H
#define __LINUX_USB_S3C_HSOTG_H

struct platform_device;

enum s3c_hsotg_dmamode {
S3C_HSOTG_DMA_NONE, /* do not use DMA at-all */
S3C_HSOTG_DMA_ONLY, /* always use DMA */
Expand Down

0 comments on commit 44101aa

Please sign in to comment.