Skip to content

Commit

Permalink
m68k: <asm/scatterlist.h> needs <linux/types.h>
Browse files Browse the repository at this point in the history
The recent <linux/pci.h> cleanup uncovered that include/asm-m68k/scatterlist.h
needs to include <linux/types.h>

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed May 9, 2007
1 parent 5616df2 commit b590d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-m68k/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _M68K_SCATTERLIST_H
#define _M68K_SCATTERLIST_H

#include <linux/types.h>

struct scatterlist {
struct page *page;
unsigned int offset;
Expand Down

0 comments on commit b590d2b

Please sign in to comment.