use mm.h definition

Cc: David Airlie <airl...@linux.ie>
Cc: David Herrmann <dh.herrm...@gmail.com>
Cc: dri-de...@lists.freedesktop.org
Signed-off-by: Fabian Frederick <f...@skynet.be>
---
 drivers/gpu/drm/bochs/bochs_mm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/bochs/bochs_mm.c b/drivers/gpu/drm/bochs/bochs_mm.c
index b9a695d..1728a1b 100644
--- a/drivers/gpu/drm/bochs/bochs_mm.c
+++ b/drivers/gpu/drm/bochs/bochs_mm.c
@@ -387,7 +387,7 @@ int bochs_gem_create(struct drm_device *dev, u32 size, bool 
iskernel,
 
        *obj = NULL;
 
-       size = ALIGN(size, PAGE_SIZE);
+       size = PAGE_ALIGN(size);
        if (size == 0)
                return -EINVAL;
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to