Deleted Added
full compact
ucm.c (271127) ucm.c (273246)
1/*
2 * Copyright (c) 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Intel Corporation. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

--- 24 unchanged lines hidden (view full) ---

33
34#include <linux/completion.h>
35#include <linux/fs.h>
36#include <linux/module.h>
37#include <linux/device.h>
38#include <linux/err.h>
39#include <linux/poll.h>
40#include <linux/file.h>
1/*
2 * Copyright (c) 2005 Topspin Communications. All rights reserved.
3 * Copyright (c) 2005 Intel Corporation. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

--- 24 unchanged lines hidden (view full) ---

33
34#include <linux/completion.h>
35#include <linux/fs.h>
36#include <linux/module.h>
37#include <linux/device.h>
38#include <linux/err.h>
39#include <linux/poll.h>
40#include <linux/file.h>
41#include <linux/mount.h>
42#include <linux/cdev.h>
43#include <linux/idr.h>
44#include <linux/mutex.h>
45#include <linux/string.h>
46
47#include <asm/uaccess.h>
48
49#include <rdma/ib_cm.h>

--- 1296 unchanged lines hidden ---
41#include <linux/cdev.h>
42#include <linux/idr.h>
43#include <linux/mutex.h>
44#include <linux/string.h>
45
46#include <asm/uaccess.h>
47
48#include <rdma/ib_cm.h>

--- 1296 unchanged lines hidden ---