~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/sfc/qt202x_phy.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/****************************************************************************
2
2
 * Driver for Solarflare Solarstorm network controllers and boards
3
 
 * Copyright 2006-2009 Solarflare Communications Inc.
 
3
 * Copyright 2006-2010 Solarflare Communications Inc.
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify it
6
6
 * under the terms of the GNU General Public License version 2 as published
449
449
        efx->phy_data = NULL;
450
450
}
451
451
 
452
 
struct efx_phy_operations falcon_qt202x_phy_ops = {
 
452
const struct efx_phy_operations falcon_qt202x_phy_ops = {
453
453
        .probe           = qt202x_phy_probe,
454
454
        .init            = qt202x_phy_init,
455
455
        .reconfigure     = qt202x_phy_reconfigure,