Commit 32b07679 authored by Christoph Lameter's avatar Christoph Lameter Committed by Linus Torvalds
Browse files

sparc: use kbuild.h instead of defining macros in asm-offsets.c

parent 0fcfbb1d
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -12,11 +12,7 @@

#include <linux/sched.h>
// #include <linux/mm.h>

#define DEFINE(sym, val) \
	asm volatile("\n->" #sym " %0 " #val : : "i" (val))

#define BLANK() asm volatile("\n->" : : )
#include <linux/kbuild.h>

int foo(void)
{