X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=drivers%2Fusb%2Fdwc_otg_310%2Fdwc_otg_attr.h;h=7d483eb3f14ec94344d4bcfaf699a30a3baafe60;hp=86f93790f2c6b64b1eadb468569c42eedf8f44ce;hb=a8dda01fcd38be48f290088083d8f983c4abf4b2;hpb=b6f626862687db8378a80e346c459d6baa0269df diff --git a/drivers/usb/dwc_otg_310/dwc_otg_attr.h b/drivers/usb/dwc_otg_310/dwc_otg_attr.h index 86f93790f2c6..7d483eb3f14e 100755 --- a/drivers/usb/dwc_otg_310/dwc_otg_attr.h +++ b/drivers/usb/dwc_otg_310/dwc_otg_attr.h @@ -7,7 +7,7 @@ * Synopsys HS OTG Linux Software Driver and documentation (hereinafter, * "Software") is an Unsupported proprietary work of Synopsys, Inc. unless * otherwise expressly agreed to in writing between Synopsys and you. - * + * * The Software IS NOT an item of Licensed Software or Licensed Product under * any End User Software License Agreement or Agreement for Licensed Product * with Synopsys or any supplement thereto. You are permitted to use and @@ -17,7 +17,7 @@ * any information contained herein except pursuant to this license grant from * Synopsys. If you do not agree with this notice, including the disclaimer * below, then you are not authorized to use the Software. - * + * * THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS" BASIS * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -66,16 +66,17 @@ extern struct device_attribute dev_attr_hprt0; extern struct device_attribute dev_attr_lpm_response; extern struct device_attribute devi_attr_sleep_status; #endif -extern void dwc_set_device_platform_data(struct platform_device *pdev, void *data); +extern void dwc_set_device_platform_data(struct platform_device *pdev, + void *data); extern void *dwc_get_device_platform_data(const struct platform_device *pdev); void dwc_otg_attr_create( struct platform_device *dev - ); + ); void dwc_otg_attr_remove( struct platform_device *dev - ); + ); #endif