projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54530ce
)
s390/vdso: remove orphaned declarations
author
Vasily Gorbik
<gor@linux.ibm.com>
Sun, 27 Sep 2020 19:34:55 +0000
(21:34 +0200)
committer
Vasily Gorbik
<gor@linux.ibm.com>
Wed, 30 Sep 2020 10:09:54 +0000
(12:09 +0200)
Remove couple of declarations which are unused since commit
4bff8cb54502
("s390: convert to GENERIC_VDSO").
Acked-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/vdso.h
patch
|
blob
|
history
diff --git
a/arch/s390/include/asm/vdso.h
b/arch/s390/include/asm/vdso.h
index 82f86b3c394b9a811cc987cec8b69aa112ce1274..29b44a930e71a1c39621acabcc0ba5bda53f7fc7 100644
(file)
--- a/
arch/s390/include/asm/vdso.h
+++ b/
arch/s390/include/asm/vdso.h
@@
-35,9
+35,7
@@
struct vdso_per_cpu_data {
};
extern struct vdso_data *vdso_data;
-extern struct vdso_data boot_vdso_data;
-void vdso_alloc_boot_cpu(struct lowcore *lowcore);
int vdso_alloc_per_cpu(struct lowcore *lowcore);
void vdso_free_per_cpu(struct lowcore *lowcore);