• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修訂439c7811be9ad05cdfc7e2a01ccd6cf69e317a2a (tree)
時間2020-05-27 21:07:22
作者Yoshinori Sato <ysato@user...>
CommiterYoshinori Sato

Log Message

fix build error.

Change Summary

差異

--- a/drivers/usb/host/r8a66597.h
+++ b/drivers/usb/host/r8a66597.h
@@ -435,7 +435,7 @@ static inline void r8a66597_read_fifo(struct r8a66597 *r8a66597,
435435 int len)
436436 {
437437 int i;
438-#if (defined(CONFIG_SUPERH_ON_CHIP_R8A66597) || defined(CONFIG_RZA_USB))
438+#if (defined(CONFIG_SUPERH_ON_CHIP_R8A66597) || defined(CONFIG_RZA_USB)) \
439439 && !defined(CONFIG_RX600)
440440 unsigned long fifoaddr = r8a66597->reg + offset;
441441 unsigned long count;
@@ -475,7 +475,7 @@ static inline void r8a66597_write_fifo(struct r8a66597 *r8a66597,
475475 {
476476 int i;
477477 unsigned long fifoaddr = r8a66597->reg + offset;
478-#if (defined(CONFIG_SUPERH_ON_CHIP_R8A66597) || defined(CONFIG_RZA_USB))
478+#if (defined(CONFIG_SUPERH_ON_CHIP_R8A66597) || defined(CONFIG_RZA_USB)) \
479479 && !defined(CONFIG_RX600)
480480 unsigned long count;
481481 unsigned char *pb;