diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-07 12:19:14 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-06-07 12:19:14 -0700 |
commit | 85ab9ee946da58f26d8a1d7b71664748bdc0f3b0 (patch) | |
tree | 0039279a3caf682ddce52446f31ea13280fbaea6 | |
parent | 59c5f46fbe01a00eedf54a23789634438bb80603 (diff) |
Staging: altera: move .h file to proper place
Staging drivers should be self-contained, without files in the include/
directories. So move the altera.h file back to the driver directory for
now, until it moves out of the staging tree.
Cc: Igor M. Liplianin <liplianin@netup.ru>
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/altera-stapl/altera-jtag.c | 2 | ||||
-rw-r--r-- | drivers/staging/altera-stapl/altera.c | 2 | ||||
-rw-r--r-- | drivers/staging/altera-stapl/altera.h (renamed from include/staging/altera.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/altera-stapl/altera-jtag.c b/drivers/staging/altera-stapl/altera-jtag.c index 876308858b8..8b1620b1b2d 100644 --- a/drivers/staging/altera-stapl/altera-jtag.c +++ b/drivers/staging/altera-stapl/altera-jtag.c @@ -26,7 +26,7 @@ #include <linux/delay.h> #include <linux/firmware.h> #include <linux/slab.h> -#include <staging/altera.h> +#include "altera.h" #include "altera-exprt.h" #include "altera-jtag.h" diff --git a/drivers/staging/altera-stapl/altera.c b/drivers/staging/altera-stapl/altera.c index 05aad351b12..9cd5e76880c 100644 --- a/drivers/staging/altera-stapl/altera.c +++ b/drivers/staging/altera-stapl/altera.c @@ -28,7 +28,7 @@ #include <linux/string.h> #include <linux/firmware.h> #include <linux/slab.h> -#include <staging/altera.h> +#include "altera.h" #include "altera-exprt.h" #include "altera-jtag.h" diff --git a/include/staging/altera.h b/drivers/staging/altera-stapl/altera.h index 94c0c6181da..94c0c6181da 100644 --- a/include/staging/altera.h +++ b/drivers/staging/altera-stapl/altera.h |