diff options
author | Vinayak Holikatti <vinholikatti@gmail.com> | 2013-02-25 11:14:32 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-02-25 11:41:14 -0500 |
commit | 3b1d05807a9a68c6d0580e9248247a774a4d3be6 (patch) | |
tree | 2d8e10e3cd7775a0412a7d88c4ecb1d7c5c7b404 /drivers/scsi/ufs/ufs.h | |
parent | bf07bdea0d6baea1c8ca9e2dbc278cb85fbc33e2 (diff) |
[SCSI] ufs: Segregate PCI Specific Code
This patch segregates the PCI specific code in ufshcd.c to make it
ready for splitting into core ufs driver and PCI glue driver. Also
copyright header modification to remove extra warranty disclaim.
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Namjae Jeon <linkinjeon@gmail.com>
Reviewed-by: Subhash Jadavani <subhashj@codeaurora.org>
Tested-by: Maya Erez <merez@codeaurora.org>
Signed-off-by: Vinayak Holikatti <vinholikatti@gmail.com>
Signed-off-by: Santosh Yaraganavi <santoshsy@gmail.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/ufs/ufs.h')
-rw-r--r-- | drivers/scsi/ufs/ufs.h | 44 |
1 files changed, 17 insertions, 27 deletions
diff --git a/drivers/scsi/ufs/ufs.h b/drivers/scsi/ufs/ufs.h index b207529f8d54..139bc0647b41 100644 --- a/drivers/scsi/ufs/ufs.h +++ b/drivers/scsi/ufs/ufs.h | |||
@@ -2,45 +2,35 @@ | |||
2 | * Universal Flash Storage Host controller driver | 2 | * Universal Flash Storage Host controller driver |
3 | * | 3 | * |
4 | * This code is based on drivers/scsi/ufs/ufs.h | 4 | * This code is based on drivers/scsi/ufs/ufs.h |
5 | * Copyright (C) 2011-2012 Samsung India Software Operations | 5 | * Copyright (C) 2011-2013 Samsung India Software Operations |
6 | * | 6 | * |
7 | * Santosh Yaraganavi <santosh.sy@samsung.com> | 7 | * Authors: |
8 | * Vinayak Holikatti <h.vinayak@samsung.com> | 8 | * Santosh Yaraganavi <santosh.sy@samsung.com> |
9 | * Vinayak Holikatti <h.vinayak@samsung.com> | ||
9 | * | 10 | * |
10 | * This program is free software; you can redistribute it and/or | 11 | * This program is free software; you can redistribute it and/or |
11 | * modify it under the terms of the GNU General Public License | 12 | * modify it under the terms of the GNU General Public License |
12 | * as published by the Free Software Foundation; either version 2 | 13 | * as published by the Free Software Foundation; either version 2 |
13 | * of the License, or (at your option) any later version. | 14 | * of the License, or (at your option) any later version. |
15 | * See the COPYING file in the top-level directory or visit | ||
16 | * <http://www.gnu.org/licenses/gpl-2.0.html> | ||
14 | * | 17 | * |
15 | * This program is distributed in the hope that it will be useful, | 18 | * This program is distributed in the hope that it will be useful, |
16 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
18 | * GNU General Public License for more details. | 21 | * GNU General Public License for more details. |
19 | * | 22 | * |
20 | * NO WARRANTY | 23 | * This program is provided "AS IS" and "WITH ALL FAULTS" and |
21 | * THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR | 24 | * without warranty of any kind. You are solely responsible for |
22 | * CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT | 25 | * determining the appropriateness of using and distributing |
23 | * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, | 26 | * the program and assume all risks associated with your exercise |
24 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is | 27 | * of rights with respect to the program, including but not limited |
25 | * solely responsible for determining the appropriateness of using and | 28 | * to infringement of third party rights, the risks and costs of |
26 | * distributing the Program and assumes all risks associated with its | 29 | * program errors, damage to or loss of data, programs or equipment, |
27 | * exercise of rights under this Agreement, including but not limited to | 30 | * and unavailability or interruption of operations. Under no |
28 | * the risks and costs of program errors, damage to or loss of data, | 31 | * circumstances will the contributor of this Program be liable for |
29 | * programs or equipment, and unavailability or interruption of operations. | 32 | * any damages of any kind arising from your use or distribution of |
30 | 33 | * this program. | |
31 | * DISCLAIMER OF LIABILITY | ||
32 | * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY | ||
33 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
34 | * DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND | ||
35 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR | ||
36 | * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE | ||
37 | * USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED | ||
38 | * HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES | ||
39 | |||
40 | * You should have received a copy of the GNU General Public License | ||
41 | * along with this program; if not, write to the Free Software | ||
42 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, | ||
43 | * USA. | ||
44 | */ | 34 | */ |
45 | 35 | ||
46 | #ifndef _UFS_H | 36 | #ifndef _UFS_H |