Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276061
b: refs/heads/master
c: a69e4c2
h: refs/heads/master
i:
  276059: a814b05
v: v3
  • Loading branch information
Kukjin Kim committed Nov 16, 2011
1 parent 9cc6744 commit 903d5fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12b248eba4fd189216cad14b7dd1cfdacdf90cdf
refs/heads/master: a69e4c28b2bddc21b5752b1da8f43ab0a817305c
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-s3c64xx/mach-crag6410-module.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* published by the Free Software Foundation.
*/

#include <linux/module.h>
#include <linux/export.h>
#include <linux/interrupt.h>
#include <linux/i2c.h>

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c24xx/cpu-freq-debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/

#include <linux/init.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/cpufreq.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-samsung/pd.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#include <linux/init.h>
#include <linux/module.h>
#include <linux/export.h>
#include <linux/platform_device.h>
#include <linux/err.h>
#include <linux/pm_runtime.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-samsung/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* the Free Software Foundation; either version 2 of the License.
*/

#include <linux/module.h>
#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
Expand Down

0 comments on commit 903d5fe

Please sign in to comment.