aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/ms_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/memstick/core/ms_block.h')
-rw-r--r--drivers/memstick/core/ms_block.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/memstick/core/ms_block.h b/drivers/memstick/core/ms_block.h
index 9ba84e0ced63..122e1a8a8bd5 100644
--- a/drivers/memstick/core/ms_block.h
+++ b/drivers/memstick/core/ms_block.h
@@ -1,18 +1,14 @@
1/* SPDX-License-Identifier: GPL-2.0-only */
1/* 2/*
2 * ms_block.h - Sony MemoryStick (legacy) storage support 3 * ms_block.h - Sony MemoryStick (legacy) storage support
3 4
4 * Copyright (C) 2013 Maxim Levitsky <maximlevitsky@gmail.com> 5 * Copyright (C) 2013 Maxim Levitsky <maximlevitsky@gmail.com>
5 * 6 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 *
10 * Minor portions of the driver are copied from mspro_block.c which is 7 * Minor portions of the driver are copied from mspro_block.c which is
11 * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com> 8 * Copyright (C) 2007 Alex Dubov <oakad@yahoo.com>
12 * 9 *
13 * Also ms structures were copied from old broken driver by same author 10 * Also ms structures were copied from old broken driver by same author
14 * These probably come from MS spec 11 * These probably come from MS spec
15 *
16 */ 12 */
17 13
18#ifndef MS_BLOCK_NEW_H 14#ifndef MS_BLOCK_NEW_H