sparc: use kbuild-generic support for true asm-generic header files

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Sam Ravnborg 2011-08-04 01:35:12 -07:00 коммит произвёл David S. Miller
Родитель 56d205cc5c
Коммит fabb5bd96d
5 изменённых файлов: 5 добавлений и 9 удалений

Просмотреть файл

@ -16,3 +16,8 @@ header-y += traps.h
header-y += uctx.h
header-y += utrap.h
header-y += watchdog.h
generic-y += div64.h
generic-y += local64.h
generic-y += irq_regs.h
generic-y += local.h

Просмотреть файл

@ -1 +0,0 @@
#include <asm-generic/div64.h>

Просмотреть файл

@ -1 +0,0 @@
#include <asm-generic/irq_regs.h>

Просмотреть файл

@ -1,6 +0,0 @@
#ifndef _SPARC_LOCAL_H
#define _SPARC_LOCAL_H
#include <asm-generic/local.h>
#endif

Просмотреть файл

@ -1 +0,0 @@
#include <asm-generic/local64.h>