Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
6d259a25
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6d259a25
编写于
1月 21, 2012
作者:
K
Kukjin Kim
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ARM: SAMSUNG: use static declaration when it is not used in other files
Signed-off-by:
N
Kukjin Kim
<
kgene.kim@samsung.com
>
上级
85fd1781
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
4 addition
and
15 deletion
+4
-15
arch/arm/plat-s5p/irq-eint.c
arch/arm/plat-s5p/irq-eint.c
+1
-1
arch/arm/plat-s5p/irq-gpioint.c
arch/arm/plat-s5p/irq-gpioint.c
+1
-1
arch/arm/plat-samsung/devs.c
arch/arm/plat-samsung/devs.c
+1
-12
arch/arm/plat-samsung/dma-ops.c
arch/arm/plat-samsung/dma-ops.c
+1
-1
未找到文件。
arch/arm/plat-s5p/irq-eint.c
浏览文件 @
6d259a25
...
...
@@ -200,7 +200,7 @@ static struct irq_chip s5p_irq_vic_eint = {
#endif
};
int
__init
s5p_init_irq_eint
(
void
)
static
int
__init
s5p_init_irq_eint
(
void
)
{
int
irq
;
...
...
arch/arm/plat-s5p/irq-gpioint.c
浏览文件 @
6d259a25
...
...
@@ -41,7 +41,7 @@ struct s5p_gpioint_bank {
void
(
*
handler
)(
unsigned
int
,
struct
irq_desc
*
);
};
LIST_HEAD
(
banks
);
static
LIST_HEAD
(
banks
);
static
int
s5p_gpioint_set_type
(
struct
irq_data
*
d
,
unsigned
int
type
)
{
...
...
arch/arm/plat-samsung/devs.c
浏览文件 @
6d259a25
...
...
@@ -742,17 +742,6 @@ struct platform_device s3c_device_iis = {
};
#endif
/* CONFIG_PLAT_S3C24XX */
#ifdef CONFIG_CPU_S3C2440
struct
platform_device
s3c2412_device_iis
=
{
.
name
=
"s3c2412-iis"
,
.
id
=
-
1
,
.
dev
=
{
.
dma_mask
=
&
samsung_device_dma_mask
,
.
coherent_dma_mask
=
DMA_BIT_MASK
(
32
),
}
};
#endif
/* CONFIG_CPU_S3C2440 */
/* IDE CFCON */
#ifdef CONFIG_SAMSUNG_DEV_IDE
...
...
@@ -1076,7 +1065,7 @@ static struct resource s5p_pmu_resource[] = {
DEFINE_RES_IRQ
(
IRQ_PMU
)
};
struct
platform_device
s5p_device_pmu
=
{
st
atic
st
ruct
platform_device
s5p_device_pmu
=
{
.
name
=
"arm-pmu"
,
.
id
=
ARM_PMU_DEVICE_CPU
,
.
num_resources
=
ARRAY_SIZE
(
s5p_pmu_resource
),
...
...
arch/arm/plat-samsung/dma-ops.c
浏览文件 @
6d259a25
...
...
@@ -116,7 +116,7 @@ static inline int samsung_dmadev_flush(unsigned ch)
return
dmaengine_terminate_all
((
struct
dma_chan
*
)
ch
);
}
struct
samsung_dma_ops
dmadev_ops
=
{
st
atic
st
ruct
samsung_dma_ops
dmadev_ops
=
{
.
request
=
samsung_dmadev_request
,
.
release
=
samsung_dmadev_release
,
.
prepare
=
samsung_dmadev_prepare
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录