PERFORCE change 167253 for review

Hans Petter Selasky hselasky at c2i.net
Thu Aug 13 09:37:11 UTC 2009


On Wednesday 12 August 2009 20:34:06 Sylvestre Gallon wrote:
> +       bzero(&fops, sizeof(struct usb_roothub_fops));
> +       fops.handle_get_port_status = &at91dci_get_port_status;
> +       fops.handle_clocks_on = (usb_clocks_fops_t)&at91dci_clocks_on;
> +       fops.handle_clocks_off = (usb_clocks_fops_t)&at91dci_clocks_off;
> +       fops.handle_pull_up = (usb_clocks_fops_t)&at91dci_pull_up;
> +       fops.handle_pull_down = (usb_clocks_fops_t)&at91dci_pull_down;
> +       fops.handle_wakeup_peer = (usb_clocks_fops_t)&at91dci_wakeup_peer;

Can you make the fops static const?

--HPS


More information about the p4-projects mailing list