Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 240506 | Differences between
and this patch

Collapse All | Expand All

(-)cloop-2.625.orig/compressed_loop.c (-1 / +1 lines)
Lines 46-52 Link Here
46
#include <linux/major.h>
46
#include <linux/major.h>
47
#include <linux/vmalloc.h>
47
#include <linux/vmalloc.h>
48
#include <linux/slab.h>
48
#include <linux/slab.h>
49
#include <asm/semaphore.h>
49
#include <linux/semaphore.h>
50
#include <asm/div64.h> /* do_div() for 64bit division */
50
#include <asm/div64.h> /* do_div() for 64bit division */
51
#include <asm/uaccess.h>
51
#include <asm/uaccess.h>
52
#include <asm/byteorder.h>
52
#include <asm/byteorder.h>

Return to bug 240506