Message ID | 20220727034454.31892-2-stanley.chu@mediatek.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | scsi: ufs-mediatek: Provide features and fixes in MediaTek platforms | expand |
On 7/26/22 20:44, Stanley Chu wrote: > Remove redundant header files like > <linux/sched/clock.h> > > Signed-off-by: Stanley Chu <stanley.chu@mediatek.com> > Change-Id: I7796a23a5fdc767a4d00475b399844ceeaded0a8 Please leave out Change-Id tags from patches that are sent upstream. Otherwise this patch looks good to me. Thanks, Bart.
Hi Bart, On Thu, Jul 28, 2022 at 3:03 AM Bart Van Assche <bvanassche@acm.org> wrote: > > On 7/26/22 20:44, Stanley Chu wrote: > > Remove redundant header files like > > <linux/sched/clock.h> > > > > Signed-off-by: Stanley Chu <stanley.chu@mediatek.com> > > Change-Id: I7796a23a5fdc767a4d00475b399844ceeaded0a8 > > Please leave out Change-Id tags from patches that are sent upstream. Ooops, I forgot to clean them up in v2. Will fix it in the next version. Thanks, Stanley
diff --git a/drivers/ufs/host/ufs-mediatek.c b/drivers/ufs/host/ufs-mediatek.c index c958279bdd8f..ff6fd8f52ebc 100644 --- a/drivers/ufs/host/ufs-mediatek.c +++ b/drivers/ufs/host/ufs-mediatek.c @@ -19,7 +19,6 @@ #include <linux/pm_qos.h> #include <linux/regulator/consumer.h> #include <linux/reset.h> -#include <linux/sched/clock.h> #include <linux/soc/mediatek/mtk_sip_svc.h> #include <ufs/ufshcd.h>
Remove redundant header files like <linux/sched/clock.h> Signed-off-by: Stanley Chu <stanley.chu@mediatek.com> Change-Id: I7796a23a5fdc767a4d00475b399844ceeaded0a8 --- drivers/ufs/host/ufs-mediatek.c | 1 - 1 file changed, 1 deletion(-)