Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274470
b: refs/heads/master
c: daaa5f7
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed Oct 31, 2011
1 parent f560154 commit 3cc6450
Show file tree
Hide file tree
Showing 6 changed files with 6 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: 056075c76417b112b4924e7b6386fdc6dfc9ac03
refs/heads/master: daaa5f7cbee37dfc8464d350f1eacd6e94b278cc
1 change: 1 addition & 0 deletions trunk/drivers/md/dm-snap-persistent.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/vmalloc.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/dm-io.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/md/dm-snap-transient.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/vmalloc.h>
#include <linux/export.h>
#include <linux/slab.h>
#include <linux/dm-io.h>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/md/dm-uevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include <linux/slab.h>
#include <linux/kobject.h>
#include <linux/dm-ioctl.h>
#include <linux/export.h>

#include "dm.h"
#include "dm-uevent.h"
Expand Down
1 change: 1 addition & 0 deletions trunk/lib/raid6/mktables.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ int main(int argc, char *argv[])
uint8_t exptbl[256], invtbl[256];

printf("#include <linux/raid/pq.h>\n");
printf("#include <linux/export.h>\n");

/* Compute multiplication table */
printf("\nconst u8 __attribute__((aligned(256)))\n"
Expand Down
1 change: 1 addition & 0 deletions trunk/lib/raid6/recov.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* the syndrome.)
*/

#include <linux/export.h>
#include <linux/raid/pq.h>

/* Recover two failed data blocks. */
Expand Down

0 comments on commit 3cc6450

Please sign in to comment.