s390/ap: remove unneeded semicolon

Remove a superfluous semicolon after function definition.

Signed-off-by: Chengyang Fan <cy.fan@huawei.com>
Message-Id: <20210125095839.1720265-1-cy.fan@huawei.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
Chengyang Fan 2021-01-25 17:58:39 +08:00 committed by Vasily Gorbik
parent ba764dd703
commit d09cb482ed

View file

@ -368,7 +368,7 @@ static inline struct ap_queue_status ap_dqap(ap_qid_t qid,
#if IS_ENABLED(CONFIG_ZCRYPT) #if IS_ENABLED(CONFIG_ZCRYPT)
void ap_bus_cfg_chg(void); void ap_bus_cfg_chg(void);
#else #else
static inline void ap_bus_cfg_chg(void){}; static inline void ap_bus_cfg_chg(void){}
#endif #endif
#endif /* _ASM_S390_AP_H_ */ #endif /* _ASM_S390_AP_H_ */