From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752689AbeEKJgS (ORCPT ); Fri, 11 May 2018 05:36:18 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:46484 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752174AbeEKJgQ (ORCPT ); Fri, 11 May 2018 05:36:16 -0400 Reply-To: pmorel@linux.ibm.com Subject: Re: [PATCH RFC 1/2] s390/cio: export hsch to modules To: Cornelia Huck , Dong Jia Shi , Halil Pasic Cc: linux-s390@vger.kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, qemu-s390x@nongnu.org, qemu-devel@nongnu.org References: <20180509154822.23510-1-cohuck@redhat.com> <20180509154822.23510-2-cohuck@redhat.com> From: Pierre Morel Date: Fri, 11 May 2018 11:36:10 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180509154822.23510-2-cohuck@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-TM-AS-GCONF: 00 x-cbid: 18051109-0040-0000-0000-000004587149 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 18051109-0041-0000-0000-000020FC8590 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2018-05-11_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1805110092 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/05/2018 17:48, Cornelia Huck wrote: > The vfio-ccw code will need this, and it matches treatment of ssch > and csch. > > Signed-off-by: Cornelia Huck > --- > drivers/s390/cio/ioasm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/s390/cio/ioasm.c b/drivers/s390/cio/ioasm.c > index 14d328338ce2..08eb10283b18 100644 > --- a/drivers/s390/cio/ioasm.c > +++ b/drivers/s390/cio/ioasm.c > @@ -233,6 +233,7 @@ int hsch(struct subchannel_id schid) > > return ccode; > } > +EXPORT_SYMBOL(hsch); > > static inline int __xsch(struct subchannel_id schid) > { hsch already defined in ioasm.h so, all OK Reviewed-by: Pierre Morel -- Pierre Morel Linux/KVM/QEMU in Böblingen - Germany