-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Darius Augulis
authored and
Sascha Hauer
committed
Dec 16, 2008
1 parent
7793114
commit f6c83a3
Showing
3 changed files
with
148 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: cfca8b539f53114fb6a6de091987a984c8013d96 | ||
refs/heads/master: 219fed7558346225bae3cfd8fdbf44876e5bf79f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
extern struct platform_device imx_csi_device; | ||
extern struct platform_device imx_i2c_device; | ||
extern struct platform_device imx_uart1_device; | ||
extern struct platform_device imx_uart2_device; | ||
extern struct platform_device imx_rtc_device; | ||
extern struct platform_device imx_wdt_device; | ||
extern struct platform_device imx_usb_device; |