[rdkb][common][app][Fix utopia build issue]

[Description]
Fix utopia build issue

[Release-log]

Change-Id: Ifdcf70707c0a253e38071f33e80623e95bacd5a1
diff --git a/recipes-ccsp/util/utopia/0002-fix-swctl-missing-api.patch b/recipes-ccsp/util/utopia/0002-fix-swctl-missing-api.patch
index 32ddf84..790469c 100644
--- a/recipes-ccsp/util/utopia/0002-fix-swctl-missing-api.patch
+++ b/recipes-ccsp/util/utopia/0002-fix-swctl-missing-api.patch
@@ -1,13 +1,13 @@
 diff --git a/source/service_multinet/Puma6_plat/handle_sw.c b/source/service_multinet/Puma6_plat/handle_sw.c
-index b7020d51..7768fb99 100755
+index f67ae3fc0..3cd086edd 100755
 --- a/source/service_multinet/Puma6_plat/handle_sw.c
 +++ b/source/service_multinet/Puma6_plat/handle_sw.c
-@@ -86,6 +86,8 @@ void sw_remove_member(char *from_member, char *to_remove_mem)
-    	strncpy(from_member, l_cTemp, (strlen(l_cTemp)+1));  
- }
+@@ -40,6 +40,8 @@
+ int hdl_sw_sysevent_fd;
+ token_t hdl_sw_sysevent_token;
  
 +INT swctl(const int command, const int port, const int vid, const int membertag, const int vlanmode, const int efm, const char *mac, const char *magic){return 0;}
 +
- //handle_moca is a function for configuring MOCA port
- void handle_moca(int vlan_id, int *tagged, int add)
+ void check_for_dependent_ports(char *port, int *tag, int *atom_port, int *ext_port)
  {
+ 	if(!strncmp(port, "ath", 3) || (!strncmp(port, "sw_6", 4)))