Merge tag 'pci-v5.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[linux-2.6-microblaze.git] / arch / m68k / include / asm / mmu.h
index 5c15aac..e006724 100644 (file)
@@ -6,9 +6,7 @@
 /* Default "unsigned long" context */
 typedef unsigned long mm_context_t;
 #else
-typedef struct {
-       unsigned long           end_brk;
-} mm_context_t;
+#include <asm-generic/mmu.h>
 #endif
 
 #endif