Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53329
b: refs/heads/master
c: a9dfd28
h: refs/heads/master
i:
  53327: 253fde8
v: v3
  • Loading branch information
Jean Delvare authored and Greg Kroah-Hartman committed May 3, 2007
1 parent cd71d45 commit 9b7ca0c
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e325e1f0783382298141c74737712637943c6063
refs/heads/master: a9dfd281a7e12f6d9b53b5a28649b3a3c76a70e6
1 change: 1 addition & 0 deletions trunk/include/asm-alpha/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _ALPHA_SCATTERLIST_H

#include <asm/page.h>
#include <asm/types.h>

struct scatterlist {
struct page *page;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-avr32/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __ASM_AVR32_SCATTERLIST_H
#define __ASM_AVR32_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page *page;
unsigned int offset;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-frv/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _ASM_SCATTERLIST_H
#define _ASM_SCATTERLIST_H

#include <asm/types.h>

/*
* Drivers must set either ->address or (preferred) ->page and ->offset
* to indicate where data must be transferred to/from.
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-h8300/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _H8300_SCATTERLIST_H
#define _H8300_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page *page;
unsigned int offset;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-i386/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _I386_SCATTERLIST_H
#define _I386_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page *page;
unsigned int offset;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-ia64/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co
*/

#include <asm/types.h>

struct scatterlist {
struct page *page;
unsigned int offset;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-m32r/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _ASM_M32R_SCATTERLIST_H
#define _ASM_M32R_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
char * address; /* Location data is to be transferred to, NULL for
* highmem page */
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-m68knommu/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _M68KNOMMU_SCATTERLIST_H

#include <linux/mm.h>
#include <asm/types.h>

struct scatterlist {
struct page *page;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __ASM_SCATTERLIST_H
#define __ASM_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page * page;
unsigned int offset;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-parisc/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define _ASM_PARISC_SCATTERLIST_H

#include <asm/page.h>
#include <asm/types.h>

struct scatterlist {
struct page *page;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-sh/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __ASM_SH_SCATTERLIST_H
#define __ASM_SH_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page * page; /* Location for highmem page, if any */
unsigned int offset;/* for highmem, page offset */
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-sh64/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#ifndef __ASM_SH64_SCATTERLIST_H
#define __ASM_SH64_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page * page; /* Location for highmem page, if any */
unsigned int offset;/* for highmem, page offset */
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-sparc64/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define _SPARC64_SCATTERLIST_H

#include <asm/page.h>
#include <asm/types.h>

struct scatterlist {
struct page *page;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-v850/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
#ifndef __V850_SCATTERLIST_H__
#define __V850_SCATTERLIST_H__

#include <asm/types.h>

struct scatterlist {
struct page *page;
unsigned offset;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-x86_64/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef _X8664_SCATTERLIST_H
#define _X8664_SCATTERLIST_H

#include <asm/types.h>

struct scatterlist {
struct page *page;
unsigned int offset;
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-xtensa/scatterlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
#ifndef _XTENSA_SCATTERLIST_H
#define _XTENSA_SCATTERLIST_H

#include <asm/types.h>

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

0 comments on commit 9b7ca0c

Please sign in to comment.