Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254762
b: refs/heads/master
c: bb8bb57
h: refs/heads/master
v: v3
  • Loading branch information
MyungJoo Ham authored and Kukjin Kim committed Jul 5, 2011
1 parent 7a98492 commit 457f8eb
Show file tree
Hide file tree
Showing 2 changed files with 7 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: a3df1d4811bb7710d6497334e3b6a37064527684
refs/heads/master: bb8bb57b213f63ffba29b3a7f1c7974782b8127d
6 changes: 6 additions & 0 deletions trunk/arch/arm/plat-samsung/include/plat/devs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/

#ifndef __PLAT_DEVS_H
#define __PLAT_DEVS_H __FILE__

#include <linux/platform_device.h>

struct s3c24xx_uart_resources {
Expand Down Expand Up @@ -159,3 +163,5 @@ extern struct platform_device s3c_device_ac97;
*/
extern void *s3c_set_platdata(void *pd, size_t pdsize,
struct platform_device *pdev);

#endif /* __PLAT_DEVS_H */

0 comments on commit 457f8eb

Please sign in to comment.