X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Ffec.h;h=bcff455d1d538ff312da67985c3e237dea17a212;hb=084b7c83830fab95bd686e2b0b5321dec0300a96;hp=5d3523d8dd0c69f46046e9a2575b17fd8effb9e7;hpb=800f65bba8d2030b3fef62850e203f9f176625a8;p=pandora-kernel.git diff --git a/include/linux/fec.h b/include/linux/fec.h index 5d3523d8dd0c..bcff455d1d53 100644 --- a/include/linux/fec.h +++ b/include/linux/fec.h @@ -3,6 +3,8 @@ * Copyright (c) 2009 Orex Computed Radiography * Baruch Siach * + * Copyright (C) 2010 Freescale Semiconductor, Inc. + * * Header file for the FEC platform data * * This program is free software; you can redistribute it and/or modify @@ -16,6 +18,7 @@ struct fec_platform_data { phy_interface_t phy; + unsigned char mac[ETH_ALEN]; }; #endif