X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fp2sb.h;h=ddbc8d5e14d87485c9b78b380e300d86d8653467;hb=355d1e24f6143c4839be3c015c191421c4e9449c;hp=a25170e3d1195357be3e241fba6363a678f3187d;hpb=022256b95b134dc62317d4aba11510add00a0c28;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/p2sb.h b/include/p2sb.h index a25170e..ddbc8d5 100644 --- a/include/p2sb.h +++ b/include/p2sb.h @@ -17,11 +17,11 @@ #define PCH_P2SB_HBDF 0x70 /** - * struct p2sb_child_platdata - Information about each child of a p2sb device + * struct p2sb_child_plat - Information about each child of a p2sb device * * @pid: Port ID for this child */ -struct p2sb_child_platdata { +struct p2sb_child_plat { uint pid; };