mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ahci: mediatek: fix copyright and author-lines
after review of sam copyright should be on one line and link should not between author lines just remove the link and put ryder first as he is author of linux-driver Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
This commit is contained in:
parent
a300d696ca
commit
a7e0ef15dd
1 changed files with 2 additions and 4 deletions
|
@ -2,12 +2,10 @@
|
|||
/*
|
||||
* MTK SATA platform driver
|
||||
*
|
||||
* (C) Copyright 2020
|
||||
* Mediatek
|
||||
* Copyright (C) 2020 MediaTek Inc.
|
||||
*
|
||||
* Author: Frank Wunderlich <frank-w@public-files.de>
|
||||
* based on https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c
|
||||
* Author: Ryder Lee <ryder.lee@mediatek.com>
|
||||
* Author: Frank Wunderlich <frank-w@public-files.de>
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
|
|
Loading…
Reference in a new issue