From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxl: remove stray declaration of libxl__hotplug_settings Date: Tue, 4 Aug 2015 11:25:28 +0100 Message-ID: <1438683928.31129.87.camel@citrix.com> References: <1438683392-24462-1-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1438683392-24462-1-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , xen-devel@lists.xen.org Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On Tue, 2015-08-04 at 11:16 +0100, Wei Liu wrote: > That function was removed in 2ba368d1 ("libxl: Remove linux udev rules") > > Signed-off-by: Wei Liu Acked-by: Ian Campbell Trivially fine for 4.6 IMHO. > --- > tools/libxl/libxl_internal.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h > index 911de2d..2771c71 100644 > --- a/tools/libxl/libxl_internal.h > +++ b/tools/libxl/libxl_internal.h > @@ -1921,9 +1921,6 @@ _hidden char *libxl__device_model_xs_path(libxl__gc > *gc, uint32_t dm_domid, > uint32_t domid, > const char *format, ...) > PRINTF_ATTRIBUTE(4, 5); > > -/* Check how executes hotplug script currently */ > -int libxl__hotplug_settings(libxl__gc *gc, xs_transaction_t t); > - > /* > * Calling context and GC for event-generating functions: > *