summaryrefslogtreecommitdiff
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2017-09-05 09:34:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2017-09-05 09:34:49 -0700
commitd1ce495676644fc79b3ccd58657133c5d4a414fb (patch)
tree9d3997a61497a95902f875217264b69dde3fee15 /arch/m68k/include
parent24e700e291d52bd200212487e2b654c0aa3f07a2 (diff)
parent558d5ad276c9b2ffbe706e78310a777f87e65c5f (diff)
Merge tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
Pull m68k updates from Geert Uytterhoeven: - restore symbol versions for symbols exported from assembly - defconfig updates - Mac fixes * tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k/mac: Avoid soft-lockup warning after mach_power_off m68k/mac: Don't hang waiting for Cuda power-down command m68k: Restore symbol versions for symbols exported from assembly m68k/defconfig: Update defconfigs for v4.13-rc1
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/asm-prototypes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/asm-prototypes.h b/arch/m68k/include/asm/asm-prototypes.h
new file mode 100644
index 000000000000..22ccb9c97576
--- /dev/null
+++ b/arch/m68k/include/asm/asm-prototypes.h
@@ -0,0 +1,5 @@
+extern int __divsi3(int, int);
+extern int __modsi3(int, int);
+extern int __mulsi3(int, int);
+extern unsigned int __udivsi3(unsigned int, unsigned int);
+extern unsigned int __umodsi3(unsigned int, unsigned int);