Skip to content

Commit

Permalink
microblaze: do not include types.h in ptrace.h
Browse files Browse the repository at this point in the history
linux/types.h breaks the uclibc build, so don't
include it here.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Arnd Bergmann authored and Michal Simek committed May 21, 2009
1 parent 0c60155 commit bb09791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/microblaze/include/asm/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#define _ASM_MICROBLAZE_PTRACE_H

#ifndef __ASSEMBLY__
#include <linux/types.h>

typedef unsigned long microblaze_reg_t;

Expand Down

0 comments on commit bb09791

Please sign in to comment.