Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

none #68

Closed
wants to merge 7 commits into from
Closed

none #68

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c64xx/mach-smartq.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*
*/

//智器SmartQ系列的参数定义

#include <linux/delay.h>
#include <linux/fb.h>
#include <linux/gpio.h>
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c64xx/mach-smartq.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*
*/

//智器SmartQ系列的参数定义

#ifndef __MACH_SMARTQ_H
#define __MACH_SMARTQ_H __FILE__

Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c64xx/mach-smartq5.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*
*/

//智器SmartQ5的参数定义

#include <linux/fb.h>
#include <linux/gpio.h>
#include <linux/gpio_keys.h>
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-s3c64xx/mach-smartq7.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
*
*/

//智器SmartQ7的参数定义

#include <linux/fb.h>
#include <linux/gpio.h>
#include <linux/gpio_keys.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/ide/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
IDE设备驱动
1 change: 1 addition & 0 deletions net/9p/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
贝尔实验室九号计划中的网络协议部分,现在应该只有Inferno操作系统实际使用。
1 change: 1 addition & 0 deletions net/appletalk/README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
这个是Apple自己的网络协议,现在应该只有Apple在用。